No console

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-02 18:39:21 +02:00
parent 5300959499
commit 9461488dec

View File

@@ -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;