mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed stupid log
This commit is contained in:
@@ -542,7 +542,6 @@ io.on('connection', function(socket){
|
||||
|
||||
function left_channel(coll, guid, name, short_id)
|
||||
{
|
||||
if(coll == undefined || guid == undefined) console.log(coll, guid)
|
||||
if(lists[coll] !== undefined && contains(lists[coll], guid))
|
||||
{
|
||||
var index = lists[coll].indexOf(guid);
|
||||
|
||||
Reference in New Issue
Block a user