* dropped one more instance of debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38157 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-16 20:20:45 +00:00
parent c639a77808
commit ee33862568
-1
View File
@@ -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