diff --git a/packages/builder/src/stores/builder/automations.ts b/packages/builder/src/stores/builder/automations.ts index e3565019c48..a70ef76821a 100644 --- a/packages/builder/src/stores/builder/automations.ts +++ b/packages/builder/src/stores/builder/automations.ts @@ -96,8 +96,6 @@ const automationActions = (store: AutomationStore) => ({ destPath: BranchPath[], automation: Automation ) => { - console.log(sourcePath) - console.log(destPath) // The last part of the source node address, containing the id. const pathSource = sourcePath.at(-1)