datasync-blob 1.1.31 → 1.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ class DsBlob extends _react.Component {
17
17
  data: props.data || "",
18
18
  binaryData: props.binaryData || null
19
19
  };
20
- this.debugging = true;
20
+ this.debugging = false;
21
21
  }
22
22
 
23
23
  //-----------------------------------------
@@ -149,7 +149,7 @@ class DsBlob extends _react.Component {
149
149
  context,
150
150
  width = imageSource.width,
151
151
  height = imageSource.height;
152
- if (true || this.debugging) {
152
+ if (this.debugging) {
153
153
  alert(`Debugging : pixel is ${width} x ${height}`);
154
154
  console.log("imageSource = ", imageSource);
155
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datasync-blob",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Datasync Blob component",
5
5
  "main": "./dist/components/DsBlob.js",
6
6
  "files": [