Remove XXX

pull/1/head
yflory 5 years ago
parent abc27295ab
commit fbae166702

@ -4254,7 +4254,6 @@ define([
} }
var sframeChan = common.getSframeChannel(); var sframeChan = common.getSframeChannel();
sframeChan.event('EV_SHARE_OPEN', {hidden: true}); sframeChan.event('EV_SHARE_OPEN', {hidden: true});
err.loaded = true; // XXX DEBUG
UI.errorLoadingScreen(msg, Boolean(err.loaded), Boolean(err.loaded)); UI.errorLoadingScreen(msg, Boolean(err.loaded), Boolean(err.loaded));
(cb || function () {})(); (cb || function () {})();
}; };

@ -1523,14 +1523,10 @@ define([
channel.bcast("PAD_LEAVE", m); channel.bcast("PAD_LEAVE", m);
}, },
onError: function (err) { onError: function (err) {
console.error(err); // XXX DEBUG
channel.bcast("PAD_ERROR", err); channel.bcast("PAD_ERROR", err);
Store.leavePad(null, data, function () {}); Store.leavePad(null, data, function () {});
}, },
onChannelError: function (err) { onChannelError: function (err) {
console.warn(err); // XXX DEBUG
channel.bcast("PAD_ERROR", err); channel.bcast("PAD_ERROR", err);
Store.leavePad(null, data, function () {}); Store.leavePad(null, data, function () {});
}, },
@ -2101,7 +2097,7 @@ define([
var driveEventClients = []; var driveEventClients = [];
var dropChannel = Store.dropChannel = function (chanId) { var dropChannel = Store.dropChannel = function (chanId) {
console.error('Drop channel', chanId); // XXX DEBUG console.error('Drop channel', chanId);
try { try {
store.messenger.leavePad(chanId); store.messenger.leavePad(chanId);

@ -413,8 +413,6 @@ define([
}; };
var onError = function (err) { var onError = function (err) {
console.error(err); // XXX DEBUG
common.onServerError(err, null, function () { common.onServerError(err, null, function () {
if (err.type === 'ERESTRICTED') { if (err.type === 'ERESTRICTED') {
stateChange(STATE.ERROR, err.type); stateChange(STATE.ERROR, err.type);

Loading…
Cancel
Save