Skip to content

Commit

Permalink
We're not using avoidItems in getBestHops any more
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 14, 2015
1 parent 3442437 commit 49fcd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tradecalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ def getBestHops(self, routes, restrictTo=None):

tdb = self.tdb
tdenv = self.tdenv
avoidItems = getattr(tdenv, 'avoidItems', []) or []
avoidPlaces = getattr(tdenv, 'avoidPlaces', []) or []
assert not restrictTo or isinstance(restrictTo, set)
maxJumpsPer = tdenv.maxJumpsPer
Expand Down

0 comments on commit 49fcd62

Please sign in to comment.