We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d47a0 commit d67c455Copy full SHA for d67c455
packages/gitbook/src/lib/openapi/fetch.ts
@@ -92,7 +92,6 @@ async function fetchFilesystem(
92
}
93
94
async function fetchFilesystemNoCache(url: string) {
95
- console.log(url);
96
// Wrap the raw string to prevent invalid URLs from being passed to fetch.
97
// This can happen if the URL has whitespace, which is currently handled differently by Cloudflare's implementation of fetch:
98
// https://github.com/cloudflare/workerd/issues/1957
0 commit comments