remove more debugging output

This commit is contained in:
Laura Klünder 2016-12-17 22:36:11 +01:00
parent 10390e5804
commit 6b0d3aeac2

View file

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