We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af87a0 commit 3926316Copy full SHA for 3926316
1 file changed
filterAnalyzer/modules/wdk_draw2d.js
@@ -53,7 +53,7 @@ export class init_draw2d {
53
vw.getCommandStack().addEventListener(function (e) {
54
if (e.isPostChangeEvent()) {
55
wr.marshal(vw, function (json) {
56
- console.log('some change', json)
+ // console.log('some change', json)
57
cb(json);
58
});
59
}
0 commit comments