Skip to content

Commit 0fa8d66

Browse files
Clean up prints
1 parent 7df1b90 commit 0fa8d66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

electron/routes/dashboard.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ ipcMain.on('deleteApp', (message: IpcMainEvent, index) => {
6262
);
6363

6464
// Remove application from settings.json
65-
console.log('before state', state)
6665
state.services.splice(index, 1);
67-
console.log('after state', state)
6866

6967
// Update settings.json with new list
7068
fs.writeFileSync(path.resolve(__dirname, '../user/settings.json'), JSON.stringify(state), {

0 commit comments

Comments
 (0)