Skip to content

Commit 140dc22

Browse files
author
Jelte Lagendijk
committed
Remove logging
1 parent 4262b35 commit 140dc22

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/ChartJS/widgets/Core.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,6 @@ define([
333333
if (this.onclickDataPointMf && dataPointObject) {
334334
this._executeMicroflow(this.onclickDataPointMf, null, dataPointObject);
335335
}
336-
337-
console.log(JSON.stringify(datasetObject.jsonData));
338-
console.log(JSON.stringify(dataPointObject.jsonData));
339336
}
340337

341338
if (this.onclickmf) {

test/widgets/ChartJS.mpk

-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)