Skip to content

Commit ea3a192

Browse files
committed
Removed loggel.level function which was introduced by accident in a previous version.
1 parent 05b2b78 commit ea3a192

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/CustomString/widget/CustomString.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ define([
4343

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

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="CustomString" version="2.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="CustomString" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="CustomString/CustomString.xml"/>
66
<widgetFile path="CustomString/CustomStringNoContext.xml"/>

test/widgets/CustomString.mpk

-20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)