Skip to content

Commit

Permalink
chore: remove unnecessary log in core service
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 30, 2024
1 parent ebdc2f4 commit 29ba356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ state = {
// We might get multiple clients, for instance if there are multiple windows,
// or if the main window reloads.
process.parentPort.on('message', (event) => {
log('RECEIVED EVENT', event)
const [port] = event.ports

assert(port)
Expand Down

0 comments on commit 29ba356

Please sign in to comment.