Remove debug code

This commit is contained in:
Emmy D'Anello 2024-02-10 20:35:18 +01:00
parent 72e00ae781
commit 347f1dfa60
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ class Command(BaseCommand):
feed_message = FeedMessage()
feed_message.ParseFromString(requests.get(feed_url).content)
with open("toto.txt", "w") as f:
f.write(str(feed_message))
stop_times_updates = []
for entity in feed_message.entity: