Skip to content

Commit 13cdca3

Browse files
committed
SimpleScoring: Remove print leftover
1 parent 9dd0b11 commit 13cdca3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/block_code/simple_nodes/simple_scoring/simple_scoring.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func _init():
2626
var node = preload("res://addons/block_code/simple_nodes/simple_scoring/_simple_scoring.tscn").instantiate() as Node
2727
node.replace_by(self, true)
2828
node.queue_free()
29-
print_tree_pretty()
3029
scene_file_path = ""
3130

3231

0 commit comments

Comments
 (0)