From f19992060e802e6e498288ead0aca14daf3ffcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 26 Sep 2018 19:57:51 +0200 Subject: [PATCH] More data --- server/handlers/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handlers/functions.js b/server/handlers/functions.js index 1614f2a2..8f62e814 100644 --- a/server/handlers/functions.js +++ b/server/handlers/functions.js @@ -386,7 +386,7 @@ function remove_from_chat_channel(coll, guid) { } function left_channel(coll, guid, short_id, in_list, socket, change) { - console.log(coll); + console.log(coll, guid, short_id, in_list, change); if(!coll) { if(!change) { remove_name_from_db(guid, coll);