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:
@@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
#include "TimeFormatSettingsView.h"
|
#include "TimeFormatSettingsView.h"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <CheckBox.h>
|
#include <CheckBox.h>
|
||||||
@@ -459,7 +457,6 @@ FormatView::MessageReceived(BMessage* message)
|
|||||||
timeFormat.Append(" a");
|
timeFormat.Append(" a");
|
||||||
f12HrRadioButton->SetValue(true);
|
f12HrRadioButton->SetValue(true);
|
||||||
}
|
}
|
||||||
std::cout << timeFormat.String() << std::endl;
|
|
||||||
fCountry->SetTimeFormat(timeFormat.String(), false);
|
fCountry->SetTimeFormat(timeFormat.String(), false);
|
||||||
|
|
||||||
timeFormat.Truncate(0);
|
timeFormat.Truncate(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user