remove logs
This commit is contained in:
parent
7bbbaadea4
commit
822f52ad4a
|
@ -43,9 +43,7 @@ const CRON_STEP_ID = triggerDefs.CRON.stepId
|
|||
const STOPPED_STATUS = { success: true, status: AutomationStatus.STOPPED }
|
||||
|
||||
function getLoopIterations(loopStep: LoopStep) {
|
||||
console.log(loopStep)
|
||||
const binding = loopStep.inputs.binding
|
||||
console.log(binding)
|
||||
if (!binding) {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue