@knowlearning/agents 0.9.57 → 0.9.58
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/agents/generic/index.js +0 -1
- package/package.json +1 -1
package/agents/generic/index.js
CHANGED
|
@@ -122,7 +122,6 @@ export default function Agent({ host, token, WebSocket, protocol='ws', uuid, fet
|
|
|
122
122
|
|
|
123
123
|
const resolveAndUnwatch = async (update) => {
|
|
124
124
|
const { ii } = await response
|
|
125
|
-
console.log('RESOLVE LAST INTERACTION....', ii, update, scope)
|
|
126
125
|
if (update.ii === ii) {
|
|
127
126
|
resolve(ii)
|
|
128
127
|
removeWatcher(qualifiedScope, resolveAndUnwatch)
|