Skip to content

Commit d63b896

Browse files
committed
remove console.log
1 parent 4df3d6b commit d63b896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diffDOM.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@
932932
}));
933933
}
934934
if (t1.checked !== t2.checked) {
935-
console.log([t1.checked,t2.checked])
936935
diffs.push(new Diff({
937936
action: 'modifyChecked',
938937
oldValue: t1.checked,

0 commit comments

Comments
 (0)