mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove debug message
svn path=/trunk/; revision=14859
This commit is contained in:
parent
19a014905e
commit
aa182938a2
1 changed files with 0 additions and 2 deletions
|
@ -695,8 +695,6 @@ GetLocaleInfoW (
|
|||
}
|
||||
if (!cchData) lpLCData = NULL;
|
||||
|
||||
DPRINT1("Info for locale: %x\n", Locale); // REMOVE Fireball
|
||||
|
||||
if (Locale == LOCALE_NEUTRAL || Locale == LOCALE_SYSTEM_DEFAULT) Locale = GetSystemDefaultLCID();
|
||||
else if (Locale == LOCALE_USER_DEFAULT) Locale = GetUserDefaultLCID();
|
||||
|
||||
|
|
Loading…
Reference in a new issue