Skip to content

Commit cdb537a

Browse files
authored
Add files via upload
1 parent 24b088b commit cdb537a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scipplan/scipplan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def optimize(self):
9494

9595
for eqtn_idx, eqtn in enumerate(exprs):
9696
self.plan.model.addCons(eqtn, f"{constraint}_{idx}_{eqtn_idx}")
97-
print(eqtn)
9897

9998
iteration += 1
10099

0 commit comments

Comments
 (0)