remove logs

This commit is contained in:
Peter Clement 2024-11-06 17:00:32 +00:00
parent 7bbbaadea4
commit 822f52ad4a
1 changed files with 0 additions and 2 deletions

View File

@ -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
}