@indra.ai/deva 1.1.46 → 1.1.47

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1491,7 +1491,6 @@ class Deva {
1491
1491
  try {
1492
1492
  if (!this._active) return this._messages.states.offline; // check the active status
1493
1493
  this.action('support');
1494
- console.log(this.copy(this._support)); // set the support state
1495
1494
  return this.copy(this._support); // return the support feature
1496
1495
  } catch (e) {
1497
1496
  this.action('error'); // set the services state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {