* drop debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-16 16:13:52 +00:00
parent 2c1c7b49f4
commit 2eefb8f0b9
@@ -34,7 +34,6 @@
#include <iostream>
#include <stdio.h>
using BPrivate::gMutableLocaleRoster;
@@ -339,7 +338,7 @@ FormatView::FormatView(const BLocale& locale)
.End()
.View());
BGroupLayout* rootLayout = new BGroupLayout(B_HORIZONTAL, spacing);
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
SetLayout(rootLayout);
@@ -663,8 +662,6 @@ FormatView::_ParseDateFormat()
fLocale.GetDateFormat(dateFormatString, true);
const char* dateFormat = dateFormatString.String();
printf("FV::_ParseDateFormat: df='%s'\n", dateFormat);
// Travel through the string and parse it
const char* parsePointer = dateFormat;
const char* fieldBegin = dateFormat;