FIX: remove not necessary assert

jira: none
Change-Id: I9878671ff2adf898c7ebfea1f3838205c8ad458b
This commit is contained in:
zhimin.zeng 2025-02-15 12:17:57 +08:00 committed by lane.wei
parent ff37dbdf79
commit 43d15d9701
1 changed files with 1 additions and 2 deletions

View File

@ -3879,7 +3879,6 @@ void WipeTower::generate_new(std::vector<std::vector<WipeTower::ToolChangeResult
else else
finish_layer_tcr = merge_tcr(finish_layer_tcr, finish_block_tcr); finish_layer_tcr = merge_tcr(finish_layer_tcr, finish_block_tcr);
} }
assert(has_inserted);
} }
} }