mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Remove language logging.
This commit is contained in:
parent
0a7488f6d4
commit
f98ea5385e
@ -72,7 +72,6 @@ public enum Language {
|
||||
|
||||
public static Language getSystemLanguage() {
|
||||
String locale = System.getProperty("user.language");
|
||||
System.out.println(locale);
|
||||
for (Language l : values())
|
||||
if (l.locale.equals(locale))
|
||||
return l;
|
||||
|
Loading…
Reference in New Issue
Block a user