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

@ -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