Remove debug log

df4700914cbe4679f34e77fdb27ac4d833d0516e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
src/endpoints/characters.js+0 -1
@@ -61,7 +61,6 @@ const diskCache = {
61 await diskCache.instance().then(i => i.removeItem(key));61 await diskCache.instance().then(i => i.removeItem(key));
62 }62 }
63 }63 }
64 console.info('Removed cache entries:', this.removalQueue);
65 this.removalQueue.clear();64 this.removalQueue.clear();
66 } catch (error) {65 } catch (error) {
67 console.error('Error while removing cache entries:', error);66 console.error('Error while removing cache entries:', error);