@indra.ai/deva 1.1.32 → 1.1.33
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
|
@@ -125,7 +125,6 @@ class Deva {
|
|
|
125
125
|
const ap = this._agent.profile;
|
|
126
126
|
const akey = this._agent.key;
|
|
127
127
|
|
|
128
|
-
console.log('AP NAME', ap);
|
|
129
128
|
const _states = {
|
|
130
129
|
uid: `${security.label}:UID ${cp.name} made a #uid with ${ap.name}`,
|
|
131
130
|
hash: `${security.label}:HASH ${cp.name} made a #hash with ${ap.name}`,
|