* drop debug output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
using BPrivate::gMutableLocaleRoster;
|
using BPrivate::gMutableLocaleRoster;
|
||||||
|
|
||||||
@@ -663,8 +662,6 @@ FormatView::_ParseDateFormat()
|
|||||||
fLocale.GetDateFormat(dateFormatString, true);
|
fLocale.GetDateFormat(dateFormatString, true);
|
||||||
const char* dateFormat = dateFormatString.String();
|
const char* dateFormat = dateFormatString.String();
|
||||||
|
|
||||||
printf("FV::_ParseDateFormat: df='%s'\n", dateFormat);
|
|
||||||
|
|
||||||
// Travel through the string and parse it
|
// Travel through the string and parse it
|
||||||
const char* parsePointer = dateFormat;
|
const char* parsePointer = dateFormat;
|
||||||
const char* fieldBegin = dateFormat;
|
const char* fieldBegin = dateFormat;
|
||||||
|
|||||||
Reference in New Issue
Block a user