* 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:
@@ -259,7 +259,6 @@ BLocale::GetDateFormat(BString& format, bool longFormat) const
|
|||||||
status_t
|
status_t
|
||||||
BLocale::SetDateFormat(const char* formatString, bool longFormat)
|
BLocale::SetDateFormat(const char* formatString, bool longFormat)
|
||||||
{
|
{
|
||||||
printf("FV::SetDateFormat: df='%s'\n", formatString);
|
|
||||||
if (longFormat)
|
if (longFormat)
|
||||||
fLongDateFormat = formatString;
|
fLongDateFormat = formatString;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user