summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-27 18:55:19 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-27 18:55:19 +0200
commit269d0c8079ef3b37321e699ccaa288281a447d0c (patch)
tree5a0487472f2ec4031f105d8f9741af4b23d20515
parent4d6a4b96380884a955d7541daea5ca691a0a67c6 (diff)
downloadhurrycurry-269d0c8079ef3b37321e699ccaa288281a447d0c.tar
hurrycurry-269d0c8079ef3b37321e699ccaa288281a447d0c.tar.bz2
hurrycurry-269d0c8079ef3b37321e699ccaa288281a447d0c.tar.zst
remove debug print in settings
-rw-r--r--client/global.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 4c179e17..ded7dbe1 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -196,7 +196,6 @@ func apply_settings():
# UI scale factor
get_tree().root.content_scale_factor = get_setting("ui_scale_factor")
- print("SCALE FACTOR ", get_tree().root.content_scale_factor)
# Hints
if not get_setting("tutorial_started"):