diff --git a/model.cpp b/model.cpp index 24c1b23cd4e6cb28a04869d3dd395bb4289e69e1..52dbb222cd3d1c27d2a8f46ff5841be700d7467c 100644 --- a/model.cpp +++ b/model.cpp @@ -366,8 +366,6 @@ void Model::resolveSteps(int64_t index) return; } - assert(static_cast<size_t>(index) < getRequiredStepsForSweeps()); - std::vector<Range*> flatRanges; for(Componant* componant : componants)