Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Dec 21, 2023
1 parent ea3b941 commit 88ef192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ortools/sat/python/cp_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,6 @@ def get_or_make_index(self, arg: VariableT) -> int:

def get_or_make_boolean_index(self, arg: LiteralT) -> int:
"""Returns an index from a boolean expression."""
print(arg, type(arg))
if isinstance(arg, IntVar):
self.assert_is_boolean_variable(arg)
return arg.index
Expand Down

0 comments on commit 88ef192

Please sign in to comment.