aboutsummaryrefslogtreecommitdiff
path: root/game/src
diff options
context:
space:
mode:
Diffstat (limited to 'game/src')
-rw-r--r--game/src/MainMenu/MainMenu.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/src/MainMenu/MainMenu.gd b/game/src/MainMenu/MainMenu.gd
index 4420786..9d0edc6 100644
--- a/game/src/MainMenu/MainMenu.gd
+++ b/game/src/MainMenu/MainMenu.gd
@@ -10,8 +10,6 @@ var _new_game_button : BaseButton
# REQUIREMENTS:
# * SS-3
func _ready():
- print("From GDScript")
- TestSingleton.hello_singleton()
_on_new_game_button_visibility_changed()
# REQUIREMENTS: