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