Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick.qian committed Sep 4, 2023
1 parent d7d1747 commit 503c707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/jormungandr/jormungandr/pt_journey_fare/kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def create_fare_reqeust(self, pt_journeys):
last_stop_point_uri=s.destination.stop_point.uri,
physical_mode=s.uris.physical_mode,
)
print(request)
return request

def get_pt_journeys_fare(self, pt_journeys, request_id):
Expand Down

0 comments on commit 503c707

Please sign in to comment.