Don't load locale config on locale chooser init

This commit is contained in:
Vortrex
2022-09-20 03:30:39 -05:00
parent 10b856541f
commit e72b54c3d4

View File

@@ -40,8 +40,6 @@ function initLocaleChooserGUI() {
localeChooser.window.shown = false;
loadLocaleConfig();
logToConsole(LOG_DEBUG, `[AGRP.GUI] Created locale chooser GUI`);
}