remove log

This commit is contained in:
Peter Clement 2023-05-30 14:41:04 +01:00
parent 0a91e5bed1
commit 3119ba5a8d
1 changed files with 0 additions and 2 deletions

View File

@ -344,7 +344,6 @@ class Orchestrator {
}
}
}
if (
index === env.AUTOMATION_MAX_ITERATIONS ||
index === parseInt(loopStep.inputs.iterations)
@ -433,7 +432,6 @@ class Orchestrator {
break
}
}
console.log("end of loop!")
}
if (loopStep && iterations === 0) {