Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Dec 18, 2023
1 parent 08d6ae1 commit 7f05127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/renderer/compile-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ const compileNode = overload((renderers, node) => toType(node), {
+ '</' + parent.tagName.toLowerCase() + '>')
+ ' (' + message + ')' ;
}
// If a text node asks for its own index here, how can that work when fragment text is inserted into a context with nodes before it?
console.log('INDEX', indexOf(node), node.parentNode);

renderers.push(new TextRenderer(path, indexOf(node), source, message, node));
return renderers;
},
Expand Down

0 comments on commit 7f05127

Please sign in to comment.