mftsccs-browser 2.1.35-beta → 2.1.36-beta

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.
@@ -11958,6 +11958,8 @@ class Logger {
11958
11958
  }
11959
11959
  }
11960
11960
  static logfunction(myfunction, ...args) {
11961
+ if (!this.logPackageActivationStatus)
11962
+ return;
11961
11963
  // if(this.logPackageActivationStatus){
11962
11964
  let myarguments = args;
11963
11965
  //let size = Object.values(myarguments[0]).length;
@@ -11958,6 +11958,8 @@ class Logger {
11958
11958
  }
11959
11959
  }
11960
11960
  static logfunction(myfunction, ...args) {
11961
+ if (!this.logPackageActivationStatus)
11962
+ return;
11961
11963
  // if(this.logPackageActivationStatus){
11962
11964
  let myarguments = args;
11963
11965
  //let size = Object.values(myarguments[0]).length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mftsccs-browser",
3
- "version": "2.1.35-beta",
3
+ "version": "2.1.36-beta",
4
4
  "environment": "production",
5
5
  "description": "Full Pack of concept and connection system",
6
6
  "main": "dist/main.bundle.js",