Do we REALLY care about these ready messages?

This commit is contained in:
JeremyStar™ 2024-05-14 00:05:00 +02:00
parent 5b70fab2f2
commit 79e7da1afd
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 1 additions and 3 deletions

View file

@ -38,7 +38,6 @@ func _ready() -> void:
# Register cleanup hook
core.register_cleanup_hook(func() -> void: queue_free())
logger.info("Presentation loader is ready")
func load_presentation(load_path: String) -> String:
logger.info(core.misc.stringify_variables("Loading presentation located at %path%", { "path": load_path }))

View file

@ -72,8 +72,7 @@ func _ready() -> void:
update_splash()
add_connections()
logger.info("User Interface is ready")
# Load higher quality wallpaper
load_high_quality_wallpaper()
func load_high_quality_wallpaper() -> void: