Skip to content

Commit 055f946

Browse files
author
Jelte Lagendijk
committed
Fix logger level
1 parent 4dff6b1 commit 055f946

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChartJS",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "This widget is a wrapper for the ChartJS library and you can use it to visualize your aggregated data.",
55
"license": "Apache License, Version 2",
66
"author": "Mendix",

src/ChartJS/widgets/Core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ define([
6161

6262
startup: function () {
6363
// Uncomment line to start debugging
64-
logger.level(logger.DEBUG);
64+
//logger.level(logger.DEBUG);
6565
logger.debug(this.id + ".startup");
6666

6767
var domNode = null;

src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="ChartJS" version="3.1.3" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ChartJS" version="3.1.4" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ChartJS/widgets/BarChart/BarChart.xml"/>
66
<widgetFile path="ChartJS/widgets/LineChart/LineChart.xml"/>

test/widgets/ChartJS.mpk

100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)