mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: remove the assert
JIRA: [none] Change-Id: I904dd91b883ff272b82439fa63f72114220aab67 (cherry picked from commit 0e3b73bda83b6cb679def06d1b68360e2fa1f958)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user