Skip to content

Commit

Permalink
Removing unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Aug 11, 2023
1 parent 9ba1c7f commit 358bb73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ let window: BrowserWindow | null;

function createWindow() {
protocol.handle('file', (req) => {
console.log(req.url);
let file = new URL(req.url).pathname;
return net.fetch(new URL(path.join(__dirname, 'core', file), 'file:').toString(), {
bypassCustomProtocolHandlers: true
Expand Down

0 comments on commit 358bb73

Please sign in to comment.