From bed878f2905ce25f9b1d42f7ae2fe774c15f8702 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 1 Apr 2022 17:08:15 -0700 Subject: Make `FetchHeaders` work --- integration/bunjs-only-snippets/fetch.test.js | 1 - 1 file changed, 1 deletion(-) (limited to 'integration/bunjs-only-snippets/fetch.test.js') diff --git a/integration/bunjs-only-snippets/fetch.test.js b/integration/bunjs-only-snippets/fetch.test.js index 76cd5123b..9aea4d6d0 100644 --- a/integration/bunjs-only-snippets/fetch.test.js +++ b/integration/bunjs-only-snippets/fetch.test.js @@ -2,7 +2,6 @@ import { it, describe, expect } from "bun:test"; import fs from "fs"; function gc() { - // console.trace(); Bun.gc(true); } -- cgit v1.2.3