ENH: remove a useless assert

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ief29b7cc8adc16218f1b3608a35448bd95e54c80
This commit is contained in:
xun.zhang 2024-09-10 16:48:39 +08:00 committed by lane.wei
parent 0b95bdd9d9
commit 2f11ca8a03
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ namespace Slic3r
std::vector<int> select_best_group_for_ams(const std::vector<std::vector<int>>& map_lists, const std::vector<unsigned int>& used_filaments, const std::vector<std::string>& used_filament_colors_str, const std::vector<std::vector<std::string>>& ams_filament_colors_str)
{
assert(used_filaments.size() == ams_filament_colors_str.size());
// change the color str to real colors
std::vector<Color>used_filament_colors;
std::vector<std::vector<Color>>ams_filament_colors;