diff --git a/src/endpoints/characters.js b/src/endpoints/characters.js index b1862055c..5342fd09c 100644 --- a/src/endpoints/characters.js +++ b/src/endpoints/characters.js @@ -61,7 +61,6 @@ const diskCache = { await diskCache.instance().then(i => i.removeItem(key)); } } - console.info('Removed cache entries:', this.removalQueue); this.removalQueue.clear(); } catch (error) { console.error('Error while removing cache entries:', error);