Removed unwanted console print when starting the application
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user