Skip to content

Commit

Permalink
chore: cleanup log output
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada authored Apr 5, 2024
1 parent 42ceba2 commit d2d8f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const socketSubscriptions = {};
const authenticate = () => true;

export const connection = (socket) => {
console.log('@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
socket.on('authentication', () => {
if (!authenticate(socket)) {
logger.error('authentication failure');
Expand Down

0 comments on commit d2d8f06

Please sign in to comment.