mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No console
This commit is contained in:
@@ -339,7 +339,6 @@ io.on('connection', function(socket){
|
||||
|
||||
socket.on('list', function(list)
|
||||
{
|
||||
console.log(list);
|
||||
if(typeof(list) === 'string' && list !== undefined && list !== null && list !== "")
|
||||
{
|
||||
in_list = true;
|
||||
|
||||
Reference in New Issue
Block a user