From: Guillaume Pellerin Date: Mon, 9 Jun 2025 08:01:54 +0000 (+0200) Subject: cleanup X-Git-Tag: 4.2.0~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0938ad1846678a52484d4670f30c7638a0e000e1;p=telecaster-server.git cleanup --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 538efa3..d34f85f 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -282,7 +282,6 @@ def main(): args = vars(parser.parse_args()) if os.path.exists(DEFAULT_CONFIG_FILE) and not args["config"]: args['config'] = DEFAULT_CONFIG_FILE - print(args) tc = TeleCaster(args) tc.start()