remove debugging exceptions (but should already be correct this way)
This commit is contained in:
parent
0281da4db5
commit
4905f373ec
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue