Skip to content

Commit

Permalink
worker_bouncer: fix error handling code
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed Jun 9, 2024
1 parent 0959a47 commit c693587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker_bouncer.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ function receiverOnMessage(data) {
}

function receiverOnError(_) {
if (log_about_relays) return;
console.error(threadId, "-!-", this.id, this.addr, _.toString());
}

Expand Down

0 comments on commit c693587

Please sign in to comment.