Skip to content

Commit

Permalink
fix: 🐛 remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 15, 2024
1 parent 8abc50c commit bf90e5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/transforms/TransformCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ export class TransformCache {
static get(key: string): unknown {
const value = this.cache_.get(key);

if (value) {
// eslint-disable-next-line no-console
console.log(`Cache hit for ${key}`);
}

return value;
}
static add(key: string, value: unknown) {
Expand Down

0 comments on commit bf90e5d

Please sign in to comment.