Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Nov 3, 2023
1 parent 5dd234f commit 8242a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newsroom/agenda/formatters/csv_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def parse_contact_info(self, item):
",".join(contact.get("contact_email", [])),
",".join(contact.get("mobile", [])),
]
print(contact_info_strings.append(",".join(contact_values)))
return ",".join(contact_values)

def parse_coverage(self, item, field):
Expand Down

0 comments on commit 8242a9e

Please sign in to comment.