Skip to content

Commit

Permalink
remove electron-log
Browse files Browse the repository at this point in the history
  • Loading branch information
altin-mapme committed Jan 28, 2020
1 parent 5341296 commit 233a9f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ app.on('activate', () => {
* support auto updating. Code Signing with a valid certificate is required.
* https://simulatedgreg.gitbooks.io/electron-vue/content/en/using-electron-builder.html#auto-updating
*/
autoUpdater.logger = require('electron-log');
autoUpdater.logger.transports.file.level = 'info';

autoUpdater.on('update-downloaded', () => {
mainWindow.webContents.send('update_downloaded');
Expand Down

0 comments on commit 233a9f2

Please sign in to comment.