@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.js
CHANGED
|
@@ -1290,7 +1290,6 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
1290
1290
|
this.nextNodes.forEach((n) => n.completeGraph());
|
|
1291
1291
|
}
|
|
1292
1292
|
destroy() {
|
|
1293
|
-
console.log("Destroyed node", this.task.name, this.context);
|
|
1294
1293
|
this.context = null;
|
|
1295
1294
|
this.task = null;
|
|
1296
1295
|
this.nextNodes = [];
|
|
@@ -2139,7 +2138,6 @@ var Task = class extends SignalEmitter {
|
|
|
2139
2138
|
filter: { name: this.name, version: this.version }
|
|
2140
2139
|
});
|
|
2141
2140
|
}
|
|
2142
|
-
console.log("Task destroyed", this.name);
|
|
2143
2141
|
}
|
|
2144
2142
|
export() {
|
|
2145
2143
|
return {
|