From 58cdc22acb42e91eed2790ff5a190a667e9ca9e5 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 29 Mar 2015 23:44:59 +0100 Subject: [PATCH] Remove debugging print statement. --- dropbot/map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dropbot/map.py b/dropbot/map.py index 4a07582..e726a0d 100644 --- a/dropbot/map.py +++ b/dropbot/map.py @@ -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: