Skip to content

Commit

Permalink
Removed Errant Print Message
Browse files Browse the repository at this point in the history
  • Loading branch information
RhapsodyInGeek authored Sep 23, 2023
1 parent 2fea13f commit 77819ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/qodot/src/nodes/qodot_map.gd
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ func build_entity_nodes() -> Array:
else:
if entity_idx != 0 and "position" in node:
if node.position is Vector3:
print(entity_dict['center'])
node.position = entity_dict['center'] / inverse_scale_factor

entity_nodes.append(node)
Expand Down

0 comments on commit 77819ac

Please sign in to comment.