@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.
- package/index.js +0 -1
- 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
|