From 7d1f9252b279bf163df7615289994f729a9ab1ef Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 26 Feb 2023 22:55:15 +0100 Subject: [PATCH] chore(playout): remove banner in logs --- playout/libretime_playout/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playout/libretime_playout/main.py b/playout/libretime_playout/main.py index 79fb67a5d..b3d8f1fd0 100644 --- a/playout/libretime_playout/main.py +++ b/playout/libretime_playout/main.py @@ -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