Remove the throttled function from memory only

This commit is contained in:
yflory 2020-12-14 12:09:19 +01:00
parent 51ebdf4ed2
commit 453b207bcc
1 changed files with 0 additions and 3 deletions

View File

@ -118,9 +118,6 @@ define([
};
S.leaveChannel = function (id) {
if (t[id] && typeof(t[id].clear) === "function") {
t[id].clear();
}
delete t[id];
};