mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-10 11:35:34 +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)
|
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))
|
if(lists[coll] !== undefined && contains(lists[coll], guid))
|
||||||
{
|
{
|
||||||
var index = lists[coll].indexOf(guid);
|
var index = lists[coll].indexOf(guid);
|
||||||
|
|||||||
Reference in New Issue
Block a user