mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-21 21:59:29 +00:00
Remove debugging print statement.
This commit is contained in:
@@ -143,7 +143,6 @@ class Map(networkx.Graph):
|
||||
|
||||
def _route_jump_fast(self, source, destination, range=None, hull=None, ship_class=None, station_only=False, avoid_systems=[]):
|
||||
"""A fast but error prone route calculation between two systems using jumps"""
|
||||
print source, destination
|
||||
route = [source]
|
||||
current_system = source
|
||||
while not destination in route:
|
||||
|
||||
Reference in New Issue
Block a user