Skip to content

Commit 4cc6998

Browse files
committed
fixup! console.log -> debug cache
1 parent da10a24 commit 4cc6998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class RegionalCache implements IncrementalCache {
135135
const { value, lastModified } = rawEntry ?? {};
136136
if (!value || typeof lastModified !== "number") return null;
137137

138-
console.log("RegionalCache", `get ${key} -> put to cache`);
138+
debugCache("RegionalCache", `get ${key} -> put to cache`);
139139

140140
// Update the locale cache after retrieving from the store.
141141
getCloudflareContext().ctx.waitUntil(

0 commit comments

Comments
 (0)