Skip to content

Commit 8611bab

Browse files
author
Jelte Lagendijk
committed
Update build
1 parent 2b1f66c commit 8611bab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"generatorVersion": "2.0.1",
2626
"paths": {
27-
"testProjectFolder": "C:\\Projects\\MendixProjects\\GC-Test-main\\",
27+
"testProjectFolder": "./test/",
2828
"testProjectFileName": "[Test] ChartJS.mpr"
2929
},
3030
"scripts": {

src/ChartJS/widgets/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ define([
223223
uninitialize: function () {
224224
logger.debug(this.id + ".uninitialize");
225225

226-
console.log(this._data);
226+
//console.log(this._data);
227227
if (this._handle !== null) {
228228
this.unsubscribe(this._handle);
229229
}

test/widgets/ChartJS.mpk

72 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)