mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
remove debug log
This commit is contained in:
parent
7ebd91a652
commit
8bdd70e7d3
@ -21,7 +21,6 @@ autoUpdater.setFeedURL({
|
||||
});
|
||||
|
||||
autoUpdater.logger = logger;
|
||||
console.log = logger.info;
|
||||
|
||||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) app.quit();
|
||||
|
Loading…
Reference in New Issue
Block a user