diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/global.gd | 1 |
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"): |