]> granicus.if.org Git - icu/commitdiff
ICU-8909 Removed a left over debug code (printf) from putil.cpp
authorYoshito Umaoka <y.umaoka@gmail.com>
Sun, 11 Dec 2011 19:15:28 +0000 (19:15 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Sun, 11 Dec 2011 19:15:28 +0000 (19:15 +0000)
X-SVN-Rev: 31091

icu4c/source/common/putil.cpp

index 46b7abc4397511046fda9396fa3ec82cd64fd235..e517a81561ee7887dd3348788f92e62cdb0028f5 100644 (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;