mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 00:28:52 +01:00
Remove stats saving console log
This commit is contained in:
parent
03ce4a2cb9
commit
25cd063bf9
@ -165,7 +165,7 @@ async function loadStatsFile(chatsPath, charactersPath) {
|
||||
*/
|
||||
async function saveStatsToFile() {
|
||||
if (charStats.timestamp > lastSaveTimestamp) {
|
||||
console.debug("Saving stats to file...");
|
||||
//console.debug("Saving stats to file...");
|
||||
await writeFile(statsFilePath, JSON.stringify(charStats));
|
||||
lastSaveTimestamp = Date.now();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user