mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
[Server] Remove needless log
This commit is contained in:
@ -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);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user