diff --git a/www/common/outer/cache-store.js b/www/common/outer/cache-store.js index 4b21e22fe..7a0a50209 100644 --- a/www/common/outer/cache-store.js +++ b/www/common/outer/cache-store.js @@ -118,9 +118,6 @@ define([ }; S.leaveChannel = function (id) { - if (t[id] && typeof(t[id].clear) === "function") { - t[id].clear(); - } delete t[id]; };