Skip to content

Commit d492e82

Browse files
committed
Remove log
1 parent cdf03cb commit d492e82

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/gitbook-v2/src/lib/data/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,5 @@ export function apiClient(input: DataFetcherInput = { apiToken: null }) {
14421442
function getCacheTagsFromResponse(response: HttpResponse<unknown, unknown>) {
14431443
const cacheTagHeader = response.headers.get('x-gitbook-cache-tag');
14441444
const tags = !cacheTagHeader ? [] : cacheTagHeader.split(',');
1445-
console.log('getCacheTagsFromResponse', tags);
14461445
return tags;
14471446
}

0 commit comments

Comments
 (0)