Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 21, 2024
1 parent bc456d2 commit f63914a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infrastructure/viteElectronAppPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f63914a

Please sign in to comment.