Skip to content

Commit a02bad5

Browse files
committed
rm dbg
1 parent e9a5562 commit a02bad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webui.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def initialize():
9494
print(f"Invalid path to TLS certfile: '{cmd_opts.tls_certfile}'")
9595
except TypeError:
9696
cmd_opts.tls_keyfile = cmd_opts.tls_certfile = None
97-
print(f"path: '{cmd_opts.tls_keyfile}' {type(cmd_opts.tls_keyfile)}")
98-
print(f"path: '{cmd_opts.tls_certfile}' {type(cmd_opts.tls_certfile)}")
9997
print("TLS setup invalid, running webui without TLS")
10098
else:
10199
print("Running with TLS")

0 commit comments

Comments
 (0)