aboutsummaryrefslogtreecommitdiff
path: root/menu/menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'menu/menu.gd')
-rw-r--r--menu/menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/menu.gd b/menu/menu.gd
index 735f86a..c3e3185 100644
--- a/menu/menu.gd
+++ b/menu/menu.gd
@@ -8,7 +8,7 @@ const menu_items: Array = [
{ label = "Export Database", action = "export_database_action" },
{ label = "Clear Database", action = "clear_database_action" },
{ label = "About", action = "about_action" },
- { label = "TEST_FAKE_DB", action = "test_fake_db_action" },
+# { label = "TEST_FAKE_DB", action = "test_fake_db_action" },
]
const license_font_b612: String = "res://licenses/font_b612.txt"
const license_godot: String = "res://licenses/godot.txt"