clean starting cout

This commit is contained in:
supermerill 2021-11-09 15:05:01 +01:00
parent 9393126b4f
commit c9c958157d

View File

@ -417,7 +417,6 @@ void MainFrame::update_layout()
// From the very beginning the Print settings should be selected // From the very beginning the Print settings should be selected
m_last_selected_setting_tab = 0; m_last_selected_setting_tab = 0;
m_last_selected_plater_tab = 999; m_last_selected_plater_tab = 999;
std::cout << "update_layout1: " << m_tabpanel->GetPageCount() << "\n";
// Set new settings // Set new settings
switch (m_layout) switch (m_layout)
@ -815,7 +814,6 @@ void MainFrame::init_tabpanel()
if (wxGetApp().is_editor()) if (wxGetApp().is_editor())
create_preset_tabs(); create_preset_tabs();
std::cout << "create_preset_tabs: " << m_tabpanel->GetPageCount() << "\n";
if (m_plater) { if (m_plater) {
// load initial config // load initial config