remove debug comment
This commit is contained in:
parent
23139ecdf8
commit
e6978c6e61
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class GraphLevel():
|
|||
self.points.extend(self.room_transfer_points)
|
||||
|
||||
for room in self.rooms:
|
||||
pass # room.build_connections()
|
||||
room.build_connections()
|
||||
|
||||
print('%d points' % len(self.points))
|
||||
print('%d room transfer points' % len(self.room_transfer_points))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue