Skip to content

Commit

Permalink
Rmeoves a debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHammond13 committed Aug 22, 2023
1 parent dce88fb commit 518e7ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caracara_filters/fql.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def create_new_filter(

# Run through the validation function
validation_func: Callable[[Any], bool] = new_filter_type['validator']
print(validation_func)
if not validation_func(initial_value):
raise ValueError(
f"The input {initial_value} is not valid for filter type {filter_name}."
Expand Down

0 comments on commit 518e7ea

Please sign in to comment.