mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
forgot to take out a log
This commit is contained in:
@@ -132,7 +132,6 @@ io.on('connection', function(socket){
|
||||
coll = list[0].toLowerCase();
|
||||
//guid = list[1];
|
||||
|
||||
console.log(rndName(socket.id,10));
|
||||
socket.emit("id", rndName(socket.id, 10));
|
||||
|
||||
//console.log(name + " joined list " + coll);
|
||||
|
||||
Reference in New Issue
Block a user