Skip to content

Commit d67c455

Browse files
gregbergeCopilot
andauthored
Remove log
Co-authored-by: Copilot <[email protected]>
1 parent d1d47a0 commit d67c455

File tree

1 file changed

+0
-1
lines changed
  • packages/gitbook/src/lib/openapi

1 file changed

+0
-1
lines changed

packages/gitbook/src/lib/openapi/fetch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ async function fetchFilesystem(
9292
}
9393

9494
async function fetchFilesystemNoCache(url: string) {
95-
console.log(url);
9695
// Wrap the raw string to prevent invalid URLs from being passed to fetch.
9796
// This can happen if the URL has whitespace, which is currently handled differently by Cloudflare's implementation of fetch:
9897
// https://github.com/cloudflare/workerd/issues/1957

0 commit comments

Comments
 (0)