Account for optional cache and remove timing code

This commit is contained in:
Joe
2024-11-26 20:07:30 -08:00
parent 309157dd89
commit f4ef9697e9
2 changed files with 22 additions and 27 deletions

View File

@@ -1750,7 +1750,6 @@ export async function getCharacters() {
}
await getGroups();
// clearFuzzySearchCaches();
await printCharacters(true);
}
}