Skip to content

Commit

Permalink
dropped useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Aug 30, 2023
1 parent 8bb301b commit a728c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const log = require('electron-log');
try {
require('electron-reloader')(module);
} catch (e) {
log.error(e);
/* empty */
}

const serveURL = serve({ directory: '.' });
Expand Down

0 comments on commit a728c3b

Please sign in to comment.