remove debug output

This commit is contained in:
Laura Klünder 2016-12-04 02:37:54 +01:00
parent a54a85da3b
commit 08c65d431d
4 changed files with 5 additions and 9 deletions

View file

@ -4,8 +4,8 @@ import numpy as np
from matplotlib.path import Path
from shapely.geometry import JOIN_STYLE, LineString
from c3nav.routing.graph.point import GraphPoint
from c3nav.mapdata.utils import assert_multipolygon
from c3nav.routing.graph.point import GraphPoint
from c3nav.routing.utils.coords import get_coords_angles
from c3nav.routing.utils.mpl import polygon_to_mpl_paths