Skip to content

Commit e6cd8cb

Browse files
authored
Merge pull request #2 from oslabs-beta/ulrich
removed another commented console log on 384 main.js
2 parents f21db17 + 2f40d17 commit e6cd8cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/electron/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ ipcMain.on('delete_cookie', event => {
381381
session.defaultSession.cookies
382382
.remove(serverUrl, 'ssid')
383383
// .then(removed => {
384-
// console.log('Cookies deleted', removed);
385384
// })
386385
.catch(err => console.log('Error deleting cookie:', err));
387386
});

0 commit comments

Comments
 (0)