1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

remove logs

This commit is contained in:
Peter Clement 2022-10-05 09:53:47 +01:00
parent 523e770db4
commit 0f0040bc8a

View file

@ -317,7 +317,7 @@ class Orchestrator {
}
// The "Loop" binding in the front end is "fake", so replace it here so the context can understand it
// Pretty hacky because we need to account for the row objec
// Pretty hacky because we need to account for the row object
for (let [key, value] of Object.entries(originalStepInput)) {
if (typeof value === "object") {
for (let [innerKey, innerValue] of Object.entries(
@ -461,8 +461,6 @@ class Orchestrator {
})
this._context.steps[loopStepNumber] = tempOutput
console.log(loopStepNumber)
console.log(this._context)
loopSteps = undefined
wasLoopStep = true
}