remove log
This commit is contained in:
parent
1c39bd4486
commit
65c97c331b
|
@ -144,7 +144,6 @@ class Orchestrator {
|
|||
(loopStep.inputs.option === "String" &&
|
||||
typeof newInput.binding !== "string")
|
||||
) {
|
||||
console.log("hello")
|
||||
this.updateContextAndOutput(loopStepNumber, step, tempOutput, {
|
||||
status: AutomationErrors.INCORRECT_TYPE,
|
||||
success: false,
|
||||
|
@ -222,7 +221,6 @@ class Orchestrator {
|
|||
this._context.steps[loopStepNumber]?.currentItem ===
|
||||
loopStep.inputs.failure
|
||||
}
|
||||
console.log(isFailure)
|
||||
|
||||
if (isFailure) {
|
||||
this.updateContextAndOutput(loopStepNumber, step, tempOutput, {
|
||||
|
|
Loading…
Reference in New Issue