Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Nov 9, 2024
1 parent 2032e24 commit 49b1afa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@ class SessionsSocket {
}
});
this.socket.set(newSocket);
console.log('Connected to socket');
}

disconnect() {
this.socket.use(socket => socket.disconnect());
this.socket.unset();

console.log('Disconnected from socket');
}

on(event: string, callback: (...args: any[]) => void) {
Expand Down

0 comments on commit 49b1afa

Please sign in to comment.