@cadenza.io/core 3.0.25 → 3.0.26

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 CHANGED
@@ -2203,7 +2203,6 @@ var GraphRegistry = class _GraphRegistry {
2203
2203
  const { __name } = context;
2204
2204
  for (const task of this.tasks.values()) {
2205
2205
  if (task.name === __name) {
2206
- console.log("TASK FOUND", task.name);
2207
2206
  return { ...context, __task: task };
2208
2207
  }
2209
2208
  }
@@ -2470,7 +2469,6 @@ var GraphRunner = class extends SignalEmitter {
2470
2469
  }
2471
2470
  startRun(context, emit) {
2472
2471
  var _a, _b, _c;
2473
- console.log("START RUN", context);
2474
2472
  if (context.__task || context.__routine) {
2475
2473
  const routine = (_a = context.__task) != null ? _a : context.__routine;
2476
2474
  delete context.__task;