Skip to content

Commit

Permalink
Removing training log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed Sep 4, 2021
1 parent 6d2967b commit 4863f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ const pick = node => {
}

if (nodeName === 'SCRIPT') {
console.log(node.textContent)
return [node.firstChild, node.textContent]
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lcf.vs/dom-engine",
"version": "5.3.1",
"version": "5.3.2",
"description": "A composable DOM based template engine",
"type": "module",
"exports": {
Expand Down

0 comments on commit 4863f72

Please sign in to comment.