From f63914a845667a473137e2914e7f215e7205b45d Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:10:54 +1100 Subject: [PATCH] Remove debug code --- infrastructure/viteElectronAppPlugin.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/infrastructure/viteElectronAppPlugin.ts b/infrastructure/viteElectronAppPlugin.ts index 48ccd03f..b13945a6 100644 --- a/infrastructure/viteElectronAppPlugin.ts +++ b/infrastructure/viteElectronAppPlugin.ts @@ -19,9 +19,6 @@ export function viteElectronAppPlugin(): PluginOption { return { name: 'Load Electron app in watch mode', apply: 'build', - options() { - console.warn('options'); - }, buildStart() { // Only operate in watch mode. if (this.meta.watchMode !== true || !electronApp) return;