Remove debugging code

pull/1/head
yflory 2021-03-23 13:40:25 +01:00
parent 7b21b31284
commit e874e49441
1 changed files with 0 additions and 2 deletions

View File

@ -1732,13 +1732,11 @@ define([
postMessage(clientId, "PAD_CACHE");
},
onCacheReady: function () {
channel.hasCache = true;
postMessage(clientId, "PAD_CACHE_READY");
},
onReady: function (pad) {
var padData = pad.metadata || {};
channel.data = padData;
channel.ready = true;
if (padData && padData.validateKey && store.messenger) {
store.messenger.storeValidateKey(data.channel, padData.validateKey);
}