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
This commit is contained in:
parent
30a49962db
commit
630acb8436
@ -6,8 +6,6 @@
|
||||
|
||||
#include "TimeFormatSettingsView.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <Alert.h>
|
||||
#include <Catalog.h>
|
||||
#include <CheckBox.h>
|
||||
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user