From eaeb995661da8e17c4f6eaf8970d787eb3b674b5 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 14 Aug 2019 10:38:42 +0200 Subject: [PATCH] Remove debugging code --- www/common/outer/async-store.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 8564189fd..e793cbcb3 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1108,7 +1108,6 @@ define([ var channels = Store.channels = store.channels = {}; Store.joinPad = function (clientId, data) { - console.log('joining', data.channel); var isNew = typeof channels[data.channel] === "undefined"; var channel = channels[data.channel] = channels[data.channel] || { queue: [],