Do we REALLY care about these ready messages?
This commit is contained in:
parent
5b70fab2f2
commit
79e7da1afd
2 changed files with 1 additions and 3 deletions
|
@ -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 }))
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue