1
0
Fork 0
mirror of synced 2024-09-17 01:38:40 +12:00

remove logs

This commit is contained in:
Peter Clement 2022-10-05 09:53:47 +01:00
parent 2f220d668b
commit f4c9fc6897

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 // 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)) { for (let [key, value] of Object.entries(originalStepInput)) {
if (typeof value === "object") { if (typeof value === "object") {
for (let [innerKey, innerValue] of Object.entries( for (let [innerKey, innerValue] of Object.entries(
@ -461,8 +461,6 @@ class Orchestrator {
}) })
this._context.steps[loopStepNumber] = tempOutput this._context.steps[loopStepNumber] = tempOutput
console.log(loopStepNumber)
console.log(this._context)
loopSteps = undefined loopSteps = undefined
wasLoopStep = true wasLoopStep = true
} }