We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832c4f1 commit 1801909Copy full SHA for 1801909
1 file changed
electron/routes/dashboard.ts
@@ -206,7 +206,6 @@ ipcMain.on('deleteApp', (message: IpcMainEvent, index:number, action:string) =>
206
let guestServices = settings[currentUser].services;
207
208
// Remove application from settings.json
209
- console.log({action})
210
if(action === 'all') guestServices.splice(0);
211
else guestServices.splice(index, 1);
212
0 commit comments