From b0a32f03b40333880f5e8657fed6389ddfc54262 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Thu, 25 May 2023 09:14:09 +0100 Subject: [PATCH] remove log --- packages/server/src/threads/automation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/threads/automation.ts b/packages/server/src/threads/automation.ts index f70d18bbae..9db647b693 100644 --- a/packages/server/src/threads/automation.ts +++ b/packages/server/src/threads/automation.ts @@ -404,7 +404,7 @@ class Orchestrator { emitter: this._emitter, context: this._context, }) - console.log("after stepFn") + this._context.steps[stepCount] = outputs // if filter causes us to stop execution don't break the loop, set a var // so that we can finish iterating through the steps and record that it stopped