server cleaning

This commit is contained in:
Killian Marty 2023-12-08 19:18:36 +01:00
parent 41b830e179
commit 17357ee472

View file

@ -161,7 +161,6 @@ wss.on('connection', (socket, req) => {
}catch(e){ }catch(e){
console.log('error'); console.log('error');
} }
}
}); });