From 978e5a5939c0cb3e45df9fec1d6fa090d2333657 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Fri, 25 Sep 2020 20:50:37 +0200 Subject: [PATCH] Removed unwanted console print when starting the application --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index db0c26f..56dc41d 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,6 @@ def main(argv): loggers = set() try: - print(f"main arguments {argv=}") opts, args = getopt.getopt(argv, "hdl:i", ["help", "debug", "logger=", "interactive"]) for o, a in opts: