Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit f7ea4e1

Browse files
committed
Remove edit logging.
There was a console.log statement in the LiveHTML code to help with debugging edit problems.
1 parent 41d9272 commit f7ea4e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/language/HTMLInstrumentation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,6 @@ define(function (require, exports, module) {
13341334
}
13351335

13361336
var edits = domdiff(result.oldSubtree, result.newSubtree);
1337-
console.log("Edits", JSON.stringify(edits, null, 2));
13381337

13391338
// We're done with the nodeMap that was added to the subtree by the updater.
13401339
if (result.newSubtree !== result.newDOM) {

0 commit comments

Comments
 (0)