mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove debug log
This commit is contained in:
@@ -61,7 +61,6 @@ const diskCache = {
|
|||||||
await diskCache.instance().then(i => i.removeItem(key));
|
await diskCache.instance().then(i => i.removeItem(key));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.info('Removed cache entries:', this.removalQueue);
|
|
||||||
this.removalQueue.clear();
|
this.removalQueue.clear();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error while removing cache entries:', error);
|
console.error('Error while removing cache entries:', error);
|
||||||
|
Reference in New Issue
Block a user