Skip to content

Commit

Permalink
Remove spurious console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Jun 25, 2024
1 parent ba2b1b2 commit c6a29f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class Cache<TV> {
if (Object.prototype.hasOwnProperty.call(this.keyCache_, key)) {
return this.keyCache_[key];
}
console.error('XXX', key);
throw new RangeError('Non-existent key');
}

Expand Down

0 comments on commit c6a29f6

Please sign in to comment.