mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
remove debug log
This commit is contained in:
@@ -21,7 +21,6 @@ autoUpdater.setFeedURL({
|
||||
});
|
||||
|
||||
autoUpdater.logger = logger;
|
||||
console.log = logger.info;
|
||||
|
||||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) app.quit();
|
||||
|
||||
Reference in New Issue
Block a user