mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
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
Block a user