diff --git a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte index 19940d2fc6..1cd000a636 100644 --- a/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte +++ b/packages/builder/src/components/automation/SetupPanel/AutomationBlockSetup.svelte @@ -54,7 +54,6 @@ $: schemaFields = Object.values(schema || {}) const onChange = async (e, key) => { - console.log(e, key) try { if (isTestModal) { // Special case for webhook, as it requires a body, but the schema already brings back the body's contents