Deleted debug print
This commit is contained in:
parent
645c840e5f
commit
888f331778
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue