Skip to content

Commit

Permalink
Removed loggel.level function which was introduced by accident in a p…
Browse files Browse the repository at this point in the history
…revious version.
  • Loading branch information
RoelandSalij committed Nov 4, 2016
1 parent 05b2b78 commit ea3a192
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/CustomString/widget/CustomString.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ define([

// dojo.declare.constructor is called to construct the widget instance. Implement to initialize non-primitive properties.
constructor: function() {
logger.level(logger.DEBUG);
this._handles = [];
},

Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="CustomString" version="2.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="CustomString" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="CustomString/CustomString.xml"/>
<widgetFile path="CustomString/CustomStringNoContext.xml"/>
Expand Down
Binary file modified test/widgets/CustomString.mpk
Binary file not shown.

0 comments on commit ea3a192

Please sign in to comment.