From 9ba6541a89e05daada78e7bdcffccdf4783bafff Mon Sep 17 00:00:00 2001 From: David Kocik Date: Wed, 5 Feb 2025 14:09:14 +0100 Subject: [PATCH] delete error log line --- src/slic3r/GUI/UserAccount.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/UserAccount.cpp b/src/slic3r/GUI/UserAccount.cpp index 1fd612a845..cd8b4da8bf 100644 --- a/src/slic3r/GUI/UserAccount.cpp +++ b/src/slic3r/GUI/UserAccount.cpp @@ -289,7 +289,6 @@ bool UserAccount::on_connect_uiid_map_success(const std::string& data, AppConfig const PresetWithVendorProfile& printer_with_vendor = wxGetApp().preset_bundle->printers.get_preset_with_vendor_profile(*printer_preset); trimmed_name = printer_preset->trim_vendor_repo_prefix(trimmed_name, printer_with_vendor.vendor); m_printer_uuid_map[*printer_uuid] = trimmed_name; - BOOST_LOG_TRIVIAL(error) << trimmed_name << " " << *printer_uuid; } else { BOOST_LOG_TRIVIAL(error) << "Failed to find preset for printer model: " << *printer_model; }