Removed unwanted console print when starting the application

This commit is contained in:
2020-09-25 20:50:37 +02:00
parent 8fefce1628
commit 978e5a5939
-1
View File
@@ -18,7 +18,6 @@ def main(argv):
loggers = set() loggers = set()
try: try:
print(f"main arguments {argv=}")
opts, args = getopt.getopt(argv, "hdl:i", ["help", "debug", "logger=", "interactive"]) opts, args = getopt.getopt(argv, "hdl:i", ["help", "debug", "logger=", "interactive"])
for o, a in opts: for o, a in opts: