Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored May 5, 2024
1 parent c67f67d commit 42304da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Session.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
onMessage(message) {
if (message.hello) {
userId = message.hello[0];
console.log(message.hello);
dispatch("receiveName", message.hello[1]);
makeToast({
kind: "success",
Expand Down

0 comments on commit 42304da

Please sign in to comment.