Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Feb 17, 2023
1 parent f469c0e commit 8365641
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion client/dist/ui.cjs.development.js

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

2 changes: 1 addition & 1 deletion client/dist/ui.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/ui.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/ui.cjs.production.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/ui.esm.js

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

2 changes: 1 addition & 1 deletion client/dist/ui.esm.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/src/engine/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class Dom {
) ||
oldNodes[index]?.innerHTML !== node.innerHTML
) {
console.log('replace', node, oldNodes[index]);
const newNodeClone = node.cloneNode(true);
oldNodes[index].parentNode.replaceChild(
newNodeClone,
Expand Down

0 comments on commit 8365641

Please sign in to comment.