From 2eefb8f0b98728c47a6fc9f37b7858ce1808f4b2 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 16 Aug 2010 16:13:52 +0000 Subject: [PATCH] * drop debug output git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38150 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/locale/FormatSettingsView.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/preferences/locale/FormatSettingsView.cpp b/src/preferences/locale/FormatSettingsView.cpp index 7c3e2d721a..cca81e7172 100644 --- a/src/preferences/locale/FormatSettingsView.cpp +++ b/src/preferences/locale/FormatSettingsView.cpp @@ -34,7 +34,6 @@ #include -#include 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;