mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove console.error
This commit is contained in:
parent
692da616f9
commit
bb043914ab
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user