From e6791432d2f9297eaf9122c20de5563ac5258ec3 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Sun, 28 Jan 2024 17:38:55 +0100 Subject: [PATCH] remove leftover print --- content/system/house/house.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/system/house/house.gd b/content/system/house/house.gd index c1fd636..c02470c 100644 --- a/content/system/house/house.gd +++ b/content/system/house/house.gd @@ -37,8 +37,6 @@ func update_house(): var new_room = Store.house.rooms[index] create_room(new_room.name, 0) - print(Store.house.entities) - for entity_index in range(Store.house.entities.size()): var entity = Store.house.entities[entity_index]