cleanup logging

This commit is contained in:
2022-11-27 14:04:14 -06:00
parent 1aaf5857b6
commit c74e208144
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -224,7 +224,6 @@ ipcMain.on('setDevicePin', (event, arg) => {
// Autoupdate logic
ipcMain.on('checkForUpdates', (event, arg)=>{
console.log('main process told to check for updates')
autoUpdater.checkForUpdates();
})