mirror of https://github.com/xwiki-labs/cryptpad
Remove the throttled function from memory only
This commit is contained in:
parent
51ebdf4ed2
commit
453b207bcc
|
@ -118,9 +118,6 @@ define([
|
|||
};
|
||||
|
||||
S.leaveChannel = function (id) {
|
||||
if (t[id] && typeof(t[id].clear) === "function") {
|
||||
t[id].clear();
|
||||
}
|
||||
delete t[id];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue