Remove debugging code

pull/1/head
yflory 5 years ago
parent 06748dcfb3
commit eaeb995661

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

Loading…
Cancel
Save