ICU-8909 Removed a left over debug code (printf) from putil.cpp

X-SVN-Rev: 31091
This commit is contained in:
Yoshito Umaoka 2011-12-11 19:15:28 +00:00
parent 43116514f9
commit 9bc6a81f49

View file

@ -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;