Remove debugging code

pull/1/head
yflory 2019-08-14 10:38:42 +02:00
parent 06748dcfb3
commit eaeb995661
1 changed files with 0 additions and 1 deletions

View File

@ -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: [],