Remove debug log
| @@ -61,7 +61,6 @@ const diskCache = { | ||
| 61 | 61 | await diskCache.instance().then(i => i.removeItem(key)); |
| 62 | 62 | } |
| 63 | 63 | } |
| 64 | - console.info('Removed cache entries:', this.removalQueue); | |
| 65 | 64 | this.removalQueue.clear(); |
| 66 | 65 | } catch (error) { |
| 67 | 66 | console.error('Error while removing cache entries:', error); |