Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvel2D committed Jul 3, 2024
1 parent 3b00131 commit 47ad2f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/singletons/utils.gd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func show_popup_message(node: Node, title: String, message: String):
# NOTE: the top node is last in order, after autoload nodes
var root = node.get_tree().root
var top_node: Node = root.get_child(root.get_child_count() - 1)
print(top_node)
var popup: MessagePopup = MessagePopup.make(popup_text)
top_node.add_child(popup)

Expand Down

0 comments on commit 47ad2f3

Please sign in to comment.