remove log

This commit is contained in:
Peter Clement 2022-05-04 13:30:08 +01:00
parent 1c39bd4486
commit 65c97c331b
1 changed files with 0 additions and 2 deletions

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