diff --git a/frontend/src/lib/components/ScheduleEditorInner.svelte b/frontend/src/lib/components/ScheduleEditorInner.svelte index 40185ad30f..6b948094f6 100644 --- a/frontend/src/lib/components/ScheduleEditorInner.svelte +++ b/frontend/src/lib/components/ScheduleEditorInner.svelte @@ -502,7 +502,6 @@ bind:itemKind bind:scriptPath={script_path} on:select={(e) => { - console.log('e.detail.path', e.detail.path) loadScript(e.detail.path) }} />