1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

remove log

This commit is contained in:
Peter Clement 2023-05-25 09:14:09 +01:00
parent d675b25676
commit b0a32f03b4

View file

@ -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