Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Aug 25, 2023
1 parent 5a97d51 commit a5c4098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/validator/check_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,6 @@ def _has_valid_enum_pair_validation_helper(
result = series == condition_value
else:
result = series != condition_value
for i, v in result.items():
if v is False:
print(i)

return result


Expand Down

0 comments on commit a5c4098

Please sign in to comment.