remove debugging exceptions (but should already be correct this way)

This commit is contained in:
Laura Klünder 2016-12-25 08:55:38 +01:00
parent 0281da4db5
commit 4905f373ec

View file

@ -315,8 +315,7 @@ class Graph:
if common_points: if common_points:
# same location # same location
if not add_orig_point and not add_dest_point: if not add_orig_point and not add_dest_point:
#raise TypeError raise AlreadyThere()
pass#raise AlreadyThere()
# points are connectable with only one via # points are connectable with only one via
best_point = None best_point = None