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 cdf03cb commit d492e82Copy full SHA for d492e82
packages/gitbook-v2/src/lib/data/api.ts
@@ -1442,6 +1442,5 @@ export function apiClient(input: DataFetcherInput = { apiToken: null }) {
1442
function getCacheTagsFromResponse(response: HttpResponse<unknown, unknown>) {
1443
const cacheTagHeader = response.headers.get('x-gitbook-cache-tag');
1444
const tags = !cacheTagHeader ? [] : cacheTagHeader.split(',');
1445
- console.log('getCacheTagsFromResponse', tags);
1446
return tags;
1447
}
0 commit comments