Убрал лишнее

This commit is contained in:
Book Pauk
2022-08-24 23:43:26 +07:00
parent eaf5010a34
commit 8c266b634d

View File

@@ -38,8 +38,6 @@ function hasProp(obj, prop) {
function freeMemory() { function freeMemory() {
if (global.gc) { if (global.gc) {
global.gc(); global.gc();
global.gc();
global.gc();
} }
} }