chore(playout): remove banner in logs

This commit is contained in:
jo 2023-02-26 22:55:15 +01:00 committed by Kyle Robbertze
parent 331b203ef8
commit 7d1f9252b2
1 changed files with 0 additions and 5 deletions

View File

@ -49,11 +49,6 @@ def cli(log_level: str, log_filepath: Optional[Path], config_filepath: Optional[
logger.error(exception)
sys.exit(1)
logger.info("###########################################")
logger.info("# *** pypo *** #")
logger.info("# Liquidsoap Scheduled Playout System #")
logger.info("###########################################")
# Although all of our calculations are in UTC, it is useful to know what timezone
# the local machine is, so that we have a reference for what time the actual
# log entries were made