Skip to content

Commit 5ac2711

Browse files
committed
chore: removed an accidental print
1 parent f492659 commit 5ac2711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uk_bin_collection/uk_bin_collection/councils/BradfordMDC.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def parse_data(self, page: str, **kwargs) -> dict:
106106
"%a %b %d %Y",
107107
).strftime(date_format),
108108
}
109-
print(dict_data)
110109
data["bins"].append(dict_data)
111110
for bin in soup.find_all(attrs={"id": re.compile(r"CTID-d3gapLk-\d+-A")}):
112111
dict_data = {

0 commit comments

Comments
 (0)