Skip to content

Commit

Permalink
clean starting cout
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 9, 2021
1 parent 9393126 commit c9c9581
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/slic3r/GUI/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ void MainFrame::update_layout()
// From the very beginning the Print settings should be selected
m_last_selected_setting_tab = 0;
m_last_selected_plater_tab = 999;
std::cout << "update_layout1: " << m_tabpanel->GetPageCount() << "\n";

// Set new settings
switch (m_layout)
Expand Down Expand Up @@ -815,7 +814,6 @@ void MainFrame::init_tabpanel()

if (wxGetApp().is_editor())
create_preset_tabs();
std::cout << "create_preset_tabs: " << m_tabpanel->GetPageCount() << "\n";

if (m_plater) {
// load initial config
Expand Down

0 comments on commit c9c9581

Please sign in to comment.