Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Feb 1, 2025
1 parent 8adb4ae commit 576dc24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/utils/query-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export async function queryDatabase(

if (cache[cacheKey]) {
const [cachedDate, cachedData] = cache[cacheKey];
console.log(cachedDate);

if (Date.now() - cachedDate <= THIRTY_MINUTES) {
return cachedData;
Expand Down

0 comments on commit 576dc24

Please sign in to comment.