From: Yoshito Umaoka Date: Sun, 11 Dec 2011 19:15:28 +0000 (+0000) Subject: ICU-8909 Removed a left over debug code (printf) from putil.cpp X-Git-Tag: milestone-59-0-1~4261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bc6a81f49f9a5f1f10158e11332e291682994b1;p=icu ICU-8909 Removed a left over debug code (printf) from putil.cpp X-SVN-Rev: 31091 --- diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 46b7abc4397..e517a81561e 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -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;