Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Nov 10, 2023
1 parent 5255ff1 commit d3548da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uniticket/uni_ticket/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ def export_input_module_csv(


def export_category_zip(category, ticket_codes_list=[]):
print(ticket_codes_list)
output = io.BytesIO()
f = zipfile.ZipFile(output, "w", zipfile.ZIP_DEFLATED)

Expand Down

0 comments on commit d3548da

Please sign in to comment.