mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove debug message
svn path=/trunk/; revision=14859
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user