mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-03 04:21:05 -08:00
Fix notification object is unnecessarily console.log (#301)
This commit is contained in:
parent
bd83a5844e
commit
f10df411e9
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn.lock
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
|
|
|
|||
|
|
@ -322,7 +322,6 @@ webFrame.executeJavaScript(`
|
|||
notif.addEventListener('click', () => {
|
||||
window.postMessage({ type: 'focus-workspace', workspaceId: "${workspaceId}" });
|
||||
});
|
||||
console.log(notif);
|
||||
return notif;
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue