From 6809f99939ccc7982291cd71a25d718ed1d655c7 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Mon, 4 Aug 2025 12:23:18 +0800 Subject: [PATCH] ENH: remove the assert JIRA: [none] Change-Id: I904dd91b883ff272b82439fa63f72114220aab67 (cherry picked from commit 0e3b73bda83b6cb679def06d1b68360e2fa1f958) --- src/slic3r/GUI/DeviceCore/DevConfigUtil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/DeviceCore/DevConfigUtil.h b/src/slic3r/GUI/DeviceCore/DevConfigUtil.h index e1b4fa2fd1..f79401fef1 100644 --- a/src/slic3r/GUI/DeviceCore/DevConfigUtil.h +++ b/src/slic3r/GUI/DeviceCore/DevConfigUtil.h @@ -166,7 +166,6 @@ static std::string _parse_printer_type(const std::string& type_str) } } - assert(0 && __FUNCTION__); BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << " Unsupported printer type: " << type_str; return type_str; }