From ee33862568854248ed47183e2e64793082ea779d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 16 Aug 2010 20:20:45 +0000 Subject: [PATCH] * dropped one more instance of debug output git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38157 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/locale/Locale.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kits/locale/Locale.cpp b/src/kits/locale/Locale.cpp index 2cccd6c7bb..6158209a3e 100644 --- a/src/kits/locale/Locale.cpp +++ b/src/kits/locale/Locale.cpp @@ -259,7 +259,6 @@ BLocale::GetDateFormat(BString& format, bool longFormat) const status_t BLocale::SetDateFormat(const char* formatString, bool longFormat) { -printf("FV::SetDateFormat: df='%s'\n", formatString); if (longFormat) fLongDateFormat = formatString; else