Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Dec 29, 2022
1 parent 80f54ab commit 58bd8dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vue-word-highlighter/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ export default defineComponent({
);
}
} else {
console.log(
"🚀 ~ file: index.ts:193 ~ createHighlightedNode ~ node.children",
node.children
);
return h(
node.type as string,
{
Expand Down

0 comments on commit 58bd8dd

Please sign in to comment.