Skip to content

Commit

Permalink
Delete debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaz committed Jul 29, 2022
1 parent dcdabeb commit 50df909
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gazouilloire/exports/export_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ def check_elastic_fields(fields, sort=False):

if sort and mapping[field]["type"] == "text":
log.error("Sorting by textual fields such as '{}' is not a valid option.".format(field))
for f in mapping:
if mapping[f]["type"] == "text":
print(f)
sys.exit(1)

return field_list

0 comments on commit 50df909

Please sign in to comment.