Skip to content

Commit

Permalink
Remove stale debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 25, 2023
1 parent bb30a16 commit 625af44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numexpr/tests/test_numexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ def test_illegal_value(self):

def test_sanitize(self):
with _environment('NUMEXPR_SANITIZE', '1'):
print('Sanitize')
# Forbid dunder
try:
evaluate('__builtins__')
Expand Down

0 comments on commit 625af44

Please sign in to comment.