@knowlearning/agents 0.9.89 → 0.9.90
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/deno.js +0 -1
- package/package.json +1 -1
package/deno.js
CHANGED
|
@@ -32,7 +32,6 @@ const agent = new Agent({
|
|
|
32
32
|
// this functionality is only implemented for the deno
|
|
33
33
|
// agent for now, but this central management of children
|
|
34
34
|
// concept probably has a place in the generic agent
|
|
35
|
-
console.log('DOMAIN AGENT RECEIVED MESSAGE!!!!!!!!!!!!!!!!!!', type, session, data)
|
|
36
35
|
if (type === 'open') {
|
|
37
36
|
const child = {
|
|
38
37
|
on: (eventType, reaction) => {
|