Skip to content

Commit d1a92ed

Browse files
committed
fixup! remove debug logs
1 parent 3cb3833 commit d1a92ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cloudflare/src/api/overrides/tag-cache/kv-next-tag-cache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class KVNextModeTagCache implements NextModeTagCache {
2828
return 0;
2929
}
3030

31-
console.log(`[KVNextModeTagCache] getLastRevalidated, tags=${tags}`);
3231
try {
3332
const keys = tags.map((tag) => this.getCacheKey(tag));
3433
// Use the `json` type to get back numbers/null

0 commit comments

Comments
 (0)