Skip to content

Commit

Permalink
Remove unnecessary debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslak committed Dec 21, 2023
1 parent 17a2be2 commit a8cd53b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circuit_maintenance_parser/parsers/equinix.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _parse_bolded(self, b_elements, data):
start_year = raw_year_span[1].split("-")[-1]
end_year = raw_year_span[-1].split("-")[-1]
if "UTC:" in b_elem.text:
print("UTC found")
raw_time = b_elem.next_sibling
# for non english equinix notifications
# english section is usually at the bottom
Expand Down

0 comments on commit a8cd53b

Please sign in to comment.