egovamap 0.15.27 → 0.15.28

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.
@@ -365,7 +365,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig, co
365
365
  that.globalCallback = function (callbackName, params) {
366
366
  if (that.callbackList[callbackName]) {
367
367
  var args = [{ args: params }];
368
- console.log(callbackName);
368
+ that.gisDebug && console.log(callbackName);
369
369
  that.callbackList[callbackName].apply(that, args);
370
370
  } else {
371
371
  that.fireCallback(callbackName, params);
@@ -391,7 +391,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig, co
391
391
  args.push(arguments[i]);
392
392
  }
393
393
  }
394
- console.log(funcName);
394
+ that.gisDebug && console.log(funcName);
395
395
  return eMap[funcName].apply(eMap, args);
396
396
  }
397
397
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.27",
3
+ "version": "0.15.28",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {