Skip to content

Commit 7878225

Browse files
committed
up
1 parent c6ef04a commit 7878225

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/systems/optimization/constraints_system.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ struct ConstraintsSystem <: AbstractTimeIndependentSystem
9090
complete = false, index_cache = nothing;
9191
checks::Union{Bool, Int} = true)
9292

93-
##if checks == true || (checks & CheckComponents) > 0
94-
## check_variables(unknowns, constraints)
95-
##end
9693
if checks == true || (checks & CheckUnits) > 0
9794
u = __get_unit_type(unknowns, ps)
9895
check_units(u, constraints)

0 commit comments

Comments
 (0)