From 0938ad1846678a52484d4670f30c7638a0e000e1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 10:01:54 +0200 Subject: [PATCH] cleanup --- bin/streaming/telecaster.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.39.5