From 6b0d3aeac2fa703e7b134691a770309b2c582f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sat, 17 Dec 2016 22:36:11 +0100 Subject: [PATCH] remove more debugging output --- src/c3nav/routing/room.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/c3nav/routing/room.py b/src/c3nav/routing/room.py index 5ff2c345..a3ef3238 100644 --- a/src/c3nav/routing/room.py +++ b/src/c3nav/routing/room.py @@ -186,8 +186,6 @@ class GraphRoom(): return [point] def build_connections(self): - print('\n\n') - print('room') for area in self.areas: area.build_connections()