Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Oct 3, 2024
1 parent 55b2f82 commit 8b2ac53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function createStaleCacher(
cacheStats: Record<any, any>,
loader: Function,
): Function {
console.log('creating stale cacher');
return function (id: any, callback: Function) {
// Stringify objects.
const key = JSON.stringify(id);
Expand Down

0 comments on commit 8b2ac53

Please sign in to comment.