Remove console.error

This commit is contained in:
yflory 2020-06-22 10:27:49 +02:00
parent 692da616f9
commit bb043914ab

View File

@ -209,7 +209,6 @@ proxy.mailboxes = {
delete ctx.boxes[type];
};
var openChannel = function (ctx, type, m, onReady, opts) {
console.error(type, m, opts);
opts = opts || {};
var box = ctx.boxes[type] = {
channel: m.channel,