mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-8909 Removed a left over debug code (printf) from putil.cpp
X-SVN-Rev: 31091
This commit is contained in:
parent
43116514f9
commit
9bc6a81f49
1 changed files with 0 additions and 1 deletions
|
@ -1089,7 +1089,6 @@ uprv_tzname(int n)
|
|||
} else {
|
||||
daylightType = U_DAYLIGHT_NONE;
|
||||
}
|
||||
printf("daylightType=%d\n", daylightType);
|
||||
tzid = remapShortTimeZone(U_TZNAME[0], U_TZNAME[1], daylightType, uprv_timezone());
|
||||
if (tzid != NULL) {
|
||||
return tzid;
|
||||
|
|
Loading…
Add table
Reference in a new issue