diff options
Diffstat (limited to 'client/menu/warning_popup.gd')
-rw-r--r-- | client/menu/warning_popup.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/menu/warning_popup.gd b/client/menu/warning_popup.gd index 20741834..fd23a30a 100644 --- a/client/menu/warning_popup.gd +++ b/client/menu/warning_popup.gd @@ -2,7 +2,6 @@ extends Menu class_name WarningPopup func _ready(): - print(self.data) $CenterContainer/Panel/MarginContainer/VBoxContainer/Message.text = self.data func _on_accept_pressed(): |