Skip to content

Commit b91726e

Browse files
committed
fix: removed a degub print statement
1 parent 3743db6 commit b91726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uk_bin_collection/uk_bin_collection/councils/RugbyBoroughCouncil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def parse_data(self, page: str, **kwargs) -> dict:
132132
key=lambda x: datetime.strptime(x["collectionDate"], "%d/%m/%Y")
133133
)
134134

135-
print(bin_data)
135+
#print(bin_data)
136136

137137
except Exception as e:
138138
# Here you can log the exception if needed

0 commit comments

Comments
 (0)