ENH: remove the assert

JIRA: [none]
Change-Id: I904dd91b883ff272b82439fa63f72114220aab67
(cherry picked from commit 0e3b73bda83b6cb679def06d1b68360e2fa1f958)
This commit is contained in:
xin.zhang 2025-08-04 12:23:18 +08:00 committed by Noisyfox
parent bc13ca4622
commit 6809f99939

View file

@ -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;
}