@cadenza.io/core 3.1.7 → 3.1.8
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1253,7 +1253,6 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
1253
1253
|
this.nextNodes.forEach((n) => n.completeGraph());
|
|
1254
1254
|
}
|
|
1255
1255
|
destroy() {
|
|
1256
|
-
console.log("Destroyed node", this.task.name, this.context);
|
|
1257
1256
|
this.context = null;
|
|
1258
1257
|
this.task = null;
|
|
1259
1258
|
this.nextNodes = [];
|
|
@@ -2102,7 +2101,6 @@ var Task = class extends SignalEmitter {
|
|
|
2102
2101
|
filter: { name: this.name, version: this.version }
|
|
2103
2102
|
});
|
|
2104
2103
|
}
|
|
2105
|
-
console.log("Task destroyed", this.name);
|
|
2106
2104
|
}
|
|
2107
2105
|
export() {
|
|
2108
2106
|
return {
|