From a79a8d4ad6244cd68fa7abe68ff15932169d1791 Mon Sep 17 00:00:00 2001 From: Stuart Gill Date: Wed, 27 Oct 2010 23:50:29 +0000 Subject: [PATCH] ICU-3984 remove debug print X-SVN-Rev: 28931 --- icu4c/source/common/ucol_swp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/icu4c/source/common/ucol_swp.cpp b/icu4c/source/common/ucol_swp.cpp index 2eace2eca35..df1bbc99056 100644 --- a/icu4c/source/common/ucol_swp.cpp +++ b/icu4c/source/common/ucol_swp.cpp @@ -153,7 +153,6 @@ ucol_swapBinary(const UDataSwapper *ds, UErrorCode *pErrorCode) { const uint8_t *inBytes; uint8_t *outBytes; - fprintf(stderr, "@@@ ucol_swapBinary\n"); const UCATableHeader *inHeader; UCATableHeader *outHeader;