Skip to content

Commit 76d03e2

Browse files
committed
rm log
1 parent 8a7a6cd commit 76d03e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/router/api/v1/users/stats/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function stats(users: Hono<{ Bindings: Environment }>, services: Services
2323
const cacheTarget = `users/${address}/stats`.toLowerCase()
2424
if (cache !== 'fresh' || live !== 'true') {
2525
const cacheHit = await cacheService.get(cacheTarget)
26-
console.log('cacheHit', cacheHit)
2726
if (cacheHit) {
2827
return context.json({ ...cacheHit }, 200)
2928
}

0 commit comments

Comments
 (0)