Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed Sep 8, 2023
1 parent 7a7d06f commit a024791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpmpy/solvers/gurobi.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ def __sub__(self, cpm_expr_orig):
print(c[0])
self.grb_model.remove(c[0])
self.cons.remove(c)
print("asflwbha;ekfwgaerbfgar")

return self

Expand Down

0 comments on commit a024791

Please sign in to comment.