From e874e494412401a4cc981af64c205bdf2ff0dbd4 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 23 Mar 2021 13:40:25 +0100 Subject: [PATCH] Remove debugging code --- www/common/outer/async-store.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index b9649da74..c61e9559a 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -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); }