mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove unneeded comment
This commit is contained in:
@ -856,7 +856,7 @@ async function firstLoadInit() {
|
|||||||
|
|
||||||
await getClientVersion();
|
await getClientVersion();
|
||||||
await readSecretState();
|
await readSecretState();
|
||||||
initLocales(); // this function needs to be executed this late because otherwise, locale file fails to load on time sometimes
|
initLocales();
|
||||||
await getSystemMessages();
|
await getSystemMessages();
|
||||||
sendSystemMessage(system_message_types.WELCOME);
|
sendSystemMessage(system_message_types.WELCOME);
|
||||||
await getSettings();
|
await getSettings();
|
||||||
|
Reference in New Issue
Block a user