Skip to content

Commit

Permalink
remove that
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jan 3, 2024
1 parent 950a620 commit c96f92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/vdom/vdom-render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ const removeVnodes = (vnodes: d.VNode[], startIdx: number, endIdx: number) => {
nullifyVNodeRefs(vnode);

if (elm) {
console.log('going to remove', elm.nodeName);
if (BUILD.slotRelocation) {
// we're removing this element
// so it's possible we need to show slot fallback content now
Expand Down

0 comments on commit c96f92b

Please sign in to comment.