Remove debug code
This commit is contained in:
parent
72e00ae781
commit
347f1dfa60
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue