Skip to content

Commit

Permalink
Fix debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadpon committed May 4, 2024
1 parent dcef3bf commit d8f4ec9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ func prepare_for_removal():
# TODO: this is very similar to prepare_for_removal(), need to determine how best to combine the two
# will need to happen around v2.0.0, since it's a very risky change
func free_refs():
print(self, " ", resource_local_to_scene
, " ", get_local_scene())
if !root_octree_node: return
root_octree_node.free_refs()

Expand Down

0 comments on commit d8f4ec9

Please sign in to comment.