mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
[Server] Remove needless log
This commit is contained in:
parent
8ad39c0d2d
commit
6999f7c340
@ -14,7 +14,6 @@ export default function homeStream(request: websocket.request, connection: webso
|
||||
ev.addListener('stats', onStats);
|
||||
|
||||
connection.on('close', () => {
|
||||
console.log('yooo');
|
||||
ev.removeListener('stats', onStats);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user