Skip to content

Commit

Permalink
removed unneeded print
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLubelsky committed Apr 15, 2024
1 parent 382324f commit 791181b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sympy/logic/boolalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,8 +1050,6 @@ def _eval_simplify(self, **kwargs):
if not isinstance(rv, Xor): # This shouldn't really happen here
return rv
patterns = _simplify_patterns_xor()
print(_apply_patternbased_simplification(rv, patterns,
kwargs['measure'], None))
return _apply_patternbased_simplification(rv, patterns,
kwargs['measure'], None)

Expand Down

0 comments on commit 791181b

Please sign in to comment.