remove logs
This commit is contained in:
parent
523e770db4
commit
0f0040bc8a
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue