From c9c958157d0b7aac9b186a389f0d9ce325784ddb Mon Sep 17 00:00:00 2001 From: supermerill Date: Tue, 9 Nov 2021 15:05:01 +0100 Subject: [PATCH] clean starting cout --- src/slic3r/GUI/MainFrame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/MainFrame.cpp b/src/slic3r/GUI/MainFrame.cpp index 60b46ce5fa8..1804cb13d05 100644 --- a/src/slic3r/GUI/MainFrame.cpp +++ b/src/slic3r/GUI/MainFrame.cpp @@ -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) @@ -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