1
0
Fork 0
mirror of synced 2024-08-12 16:41:26 +12:00

remove log

This commit is contained in:
Peter Clement 2022-05-04 13:30:08 +01:00
parent 99ccd06de3
commit a2b38adac3

View file

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