Deleted debug print

This commit is contained in:
David Kocik 2021-03-15 14:01:21 +01:00
parent 645c840e5f
commit 888f331778

View file

@ -409,7 +409,6 @@ void PrintHostQueueDialog::get_active_jobs(std::vector<std::pair<std::string, st
void PrintHostQueueDialog::save_user_data(int udt) void PrintHostQueueDialog::save_user_data(int udt)
{ {
const auto em = GetTextExtent("m").x; const auto em = GetTextExtent("m").x;
BOOST_LOG_TRIVIAL(error) << "save" << this->GetSize().x / em << " " << this->GetSize().y / em << " " << this->GetPosition().x << " " << this->GetPosition().y;
auto *app_config = wxGetApp().app_config; auto *app_config = wxGetApp().app_config;
if (udt & UserDataType::UDT_SIZE) { if (udt & UserDataType::UDT_SIZE) {