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);