Skip to content

Commit

Permalink
Removed unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samJMA authored and jpmckinney committed Oct 30, 2024
1 parent dc1fe25 commit 44c9d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ca_qc_dollard_des_ormeaux/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def scrape(self):
img_path = councillor.xpath(".//@data-src")
if img_path:
p.image = img_path[0]
print(p.image)
p.add_contact("email", email)
p.add_contact("voice", general_phone, "legislature")
p.add_contact("fax", general_fax, "legislature")
Expand Down

0 comments on commit 44c9d68

Please sign in to comment.