From b1147aa140af3d4d0d314da1955afed8661f3da5 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Tue, 24 Dec 2024 09:34:53 +0000 Subject: [PATCH] logs --- packages/builder/src/stores/builder/automations.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/builder/src/stores/builder/automations.ts b/packages/builder/src/stores/builder/automations.ts index e3565019c4..a70ef76821 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)