Skip to content

Commit

Permalink
Removed Print
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisYeomans committed Oct 26, 2019
1 parent 56913d1 commit e814490
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions station_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ def __init__(self, station_name: str):
if tmp_dict['Destination'] != self.station_name:
self.info_lst.append(tmp_dict)

for p in self.info_lst:
print(p['Traincode'])



def station_name_to_code(self, station_name: str):
#TODO: Make this cached
out_dict = {}
Expand Down

0 comments on commit e814490

Please sign in to comment.