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 3cb3833 commit d1a92edCopy full SHA for d1a92ed
packages/cloudflare/src/api/overrides/tag-cache/kv-next-tag-cache.ts
@@ -28,7 +28,6 @@ export class KVNextModeTagCache implements NextModeTagCache {
28
return 0;
29
}
30
31
- console.log(`[KVNextModeTagCache] getLastRevalidated, tags=${tags}`);
32
try {
33
const keys = tags.map((tag) => this.getCacheKey(tag));
34
// Use the `json` type to get back numbers/null
0 commit comments