mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-15 06:01:50 +08:00
Deleted debug print
This commit is contained in:
parent
645c840e5f
commit
888f331778
@ -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…
x
Reference in New Issue
Block a user