clean cout

This commit is contained in:
supermerill 2020-11-05 20:40:07 +01:00
parent 488e4d83e4
commit bd36042523

View File

@ -480,7 +480,6 @@ public:
}
void set_value(const boost::any& value, bool change_event = false) {
m_disable_change_event = !change_event;
std::cout << value.type().name() << "==wxString !1\n";
dynamic_cast<wxStaticText*>(window)->SetLabel(boost::any_cast<wxString>(value));
m_disable_change_event = false;
}