remove debug output
This commit is contained in:
parent
a54a85da3b
commit
08c65d431d
4 changed files with 5 additions and 9 deletions
|
@ -5,10 +5,10 @@ from django.conf import settings
|
|||
from PIL import Image, ImageDraw
|
||||
from shapely.geometry import JOIN_STYLE, Polygon
|
||||
|
||||
from c3nav.mapdata.utils import assert_multipolygon
|
||||
from c3nav.routing.graph.point import GraphPoint
|
||||
from c3nav.routing.graph.room import GraphRoom
|
||||
from c3nav.routing.utils.base import get_nearest_point
|
||||
from c3nav.mapdata.utils import assert_multipolygon
|
||||
from c3nav.routing.utils.draw import _ellipse_bbox, _line_coords
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue