Browse Source

remove log

pull/5702/head
Peter Clement 4 years ago
parent
commit
65c97c331b
  1. 2
      packages/server/src/threads/automation.js

2
packages/server/src/threads/automation.js

@ -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…
Cancel
Save