mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
remove debug log
This commit is contained in:
parent
7ebd91a652
commit
8bdd70e7d3
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ autoUpdater.setFeedURL({
|
||||||
});
|
});
|
||||||
|
|
||||||
autoUpdater.logger = logger;
|
autoUpdater.logger = logger;
|
||||||
console.log = logger.info;
|
|
||||||
|
|
||||||
const gotTheLock = app.requestSingleInstanceLock();
|
const gotTheLock = app.requestSingleInstanceLock();
|
||||||
if (!gotTheLock) app.quit();
|
if (!gotTheLock) app.quit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue