aboutsummaryrefslogtreecommitdiff
path: root/game/src
diff options
context:
space:
mode:
author ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>2023-04-17 22:38:34 +0200
committer GitHub <noreply@github.com>2023-04-17 22:38:34 +0200
commit258a088018d36e987b3ffe4a9b418a6c21ad9217 (patch)
tree4ab10469ceff9a536587af6e9901a170c56af0ff /game/src
parentf168c91ff266beda8066014257a30d93704882ee (diff)
parent04b213d4e20ca4e7ea66b059329771f6fd36c650 (diff)
Merge pull request #89 from OpenVic2Project/spring-cleaning
Spring Cleaning
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: