Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Aug 19, 2014
1 parent f8eee99 commit 61f90a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ def main():
restrictTo=restrictTo, avoidItems=avoidItems, avoidPlaces=avoidPlaces,
maxJumps=args.maxJumps, maxJumpsPer=args.maxJumpsPer, maxLyPer=args.maxLyPer)

# if viaStation:
# If the user doesn't specify start or end stations, expand the
# search for "via" stations to encompass the first/last station
# as well as the hops in-between
# routes = [ route for route in routes if viaStation in route.route[viaStartPos:viaEndPos] ]

if not routes:
print("No routes match your selected criteria.")
return
Expand Down

0 comments on commit 61f90a1

Please sign in to comment.