Removed some debug output

[ci skip]
This commit is contained in:
Charles Dang 2017-06-02 16:18:32 +11:00
parent 48d072a02e
commit 94f9303bde

View file

@ -739,7 +739,6 @@ void window::remove_linked_widget(const std::string& id, const widget* wgt)
void window::layout()
{
std::cerr << "calling layout" << std::endl;
/***** Initialize. *****/
const auto conf = cast_config_to<window_definition>();