From 10390e5804ea83fcf184a8aef6bf928b8632caf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sat, 17 Dec 2016 22:33:32 +0100 Subject: [PATCH] remove debuging in drawgraph --- src/c3nav/routing/level.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/c3nav/routing/level.py b/src/c3nav/routing/level.py index 90397b9a..d87c6aed 100644 --- a/src/c3nav/routing/level.py +++ b/src/c3nav/routing/level.py @@ -177,9 +177,6 @@ class GraphLevel(): draw.line(_line_coords(self.graph.points[room.points[from_i]], self.graph.points[room.points[to_i]], height), fill=self.ctype_colors[room.ctypes[ctype]]) - if room.ctypes[ctype] == 'steps_up': - point = self.graph.points[room.points[from_i]] - draw.ellipse(_ellipse_bbox(point.x, point.y, height), (0, 255, 255)) if points: for point_i in self.points: