Fix notification object is unnecessarily console.log (#301)

This commit is contained in:
Lin Onetwo 2020-06-24 19:44:41 +08:00
parent bd83a5844e
commit f10df411e9
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
logs
*.log
npm-debug.log*
yarn.lock
# Runtime data
pids

View file

@ -322,7 +322,6 @@ webFrame.executeJavaScript(`
notif.addEventListener('click', () => {
window.postMessage({ type: 'focus-workspace', workspaceId: "${workspaceId}" });
});
console.log(notif);
return notif;
}
return null;