From 630acb843622acb290fd055dd32a306aed2a57ad Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 8 Jul 2010 13:08:24 +0000 Subject: [PATCH] Remove useless debug output. Thanks Jerome for pointing it out! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37429 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/locale/TimeFormatSettingsView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/preferences/locale/TimeFormatSettingsView.cpp b/src/preferences/locale/TimeFormatSettingsView.cpp index c8ad0c6921..9fcb98354e 100644 --- a/src/preferences/locale/TimeFormatSettingsView.cpp +++ b/src/preferences/locale/TimeFormatSettingsView.cpp @@ -6,8 +6,6 @@ #include "TimeFormatSettingsView.h" -#include - #include #include #include @@ -459,7 +457,6 @@ FormatView::MessageReceived(BMessage* message) timeFormat.Append(" a"); f12HrRadioButton->SetValue(true); } - std::cout << timeFormat.String() << std::endl; fCountry->SetTimeFormat(timeFormat.String(), false); timeFormat.Truncate(0);