aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/gc.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/gc.js')
-rw-r--r--test/bun.js/gc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bun.js/gc.js b/test/bun.js/gc.js
index 9212e8b76..350f279a1 100644
--- a/test/bun.js/gc.js
+++ b/test/bun.js/gc.js
@@ -1,5 +1,4 @@
export function gc() {
- // console.trace("GC");
Bun.gc(true);
}