From 9bc6a81f49f9a5f1f10158e11332e291682994b1 Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Sun, 11 Dec 2011 19:15:28 +0000 Subject: [PATCH] ICU-8909 Removed a left over debug code (printf) from putil.cpp X-SVN-Rev: 31091 --- icu4c/source/common/putil.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0