Skip to content

Commit e3c99b7

Browse files
committed
remove invalid error log
1 parent bda9264 commit e3c99b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datex-bindings/dom-utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,8 +1244,7 @@ export class DOMUtils {
12441244

12451245
}
12461246
catch (e) {
1247-
console.log("Error binding node", ref, ref.val, prevNodeDeref)
1248-
console.error(e)
1247+
// console.error(e)
12491248
}
12501249
});
12511250

0 commit comments

Comments
 (0)