remove leftover print
This commit is contained in:
parent
a47d4c2040
commit
e6791432d2
|
@ -37,8 +37,6 @@ func update_house():
|
||||||
var new_room = Store.house.rooms[index]
|
var new_room = Store.house.rooms[index]
|
||||||
create_room(new_room.name, 0)
|
create_room(new_room.name, 0)
|
||||||
|
|
||||||
print(Store.house.entities)
|
|
||||||
|
|
||||||
for entity_index in range(Store.house.entities.size()):
|
for entity_index in range(Store.house.entities.size()):
|
||||||
var entity = Store.house.entities[entity_index]
|
var entity = Store.house.entities[entity_index]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user