Skip to content

Commit 3926316

Browse files
committed
remove excessive logging
1 parent 2af87a0 commit 3926316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

filterAnalyzer/modules/wdk_draw2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class init_draw2d {
5353
vw.getCommandStack().addEventListener(function (e) {
5454
if (e.isPostChangeEvent()) {
5555
wr.marshal(vw, function (json) {
56-
console.log('some change', json)
56+
// console.log('some change', json)
5757
cb(json);
5858
});
5959
}

0 commit comments

Comments
 (0)