removed play animation part

This commit is contained in:
iLLiCiTiT 2021-12-07 18:30:51 +01:00
parent 21b9926be4
commit 5d03abe627

View file

@ -866,16 +866,6 @@ def boot():
# ------------------------------------------------------------------------
_startup_validations()
# ------------------------------------------------------------------------
# Play animation
# ------------------------------------------------------------------------
# from igniter.terminal_splash import play_animation
# don't play for silenced commands
# if all(item not in sys.argv for item in silent_commands):
# play_animation()
# ------------------------------------------------------------------------
# Process arguments
# ------------------------------------------------------------------------