mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-18 20:13:57 +00:00
cleanup logging
This commit is contained in:
@@ -177,8 +177,6 @@ ipcRenderer.on('loadSlot', (event, slot) => {
|
||||
|
||||
// message from main process to set autoUpdate state
|
||||
ipcRenderer.on('setAutoUpdate',(event,autoUpdate)=>{
|
||||
console.log('setAutoUpdate called ')
|
||||
console.log(autoUpdate)
|
||||
localStorage.setItem('autoUpdate',autoUpdate);
|
||||
if(autoUpdate){
|
||||
ipcRenderer.send('checkForUpdates');
|
||||
|
||||
Reference in New Issue
Block a user