Better error-logging

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-09 14:48:46 +01:00
parent 8a3b2113f8
commit 82e643140e
5 changed files with 13 additions and 12 deletions

View File

@@ -571,7 +571,6 @@ function send_play(coll, socket, broadcast)
}
}
} catch(e){
console.log(e);
if(socket) {
if(broadcast) {
socket.to(coll).emit("np", {});