diff options
author | papuSpartan <mcgpapu@gmail.com> | 2022-11-05 09:14:21 +0000 |
---|---|---|
committer | papuSpartan <mcgpapu@gmail.com> | 2022-11-05 09:14:21 +0000 |
commit | a02bad570ef7718436369bb4e4aa5b8e0f1f5689 (patch) | |
tree | 16d2a5eae4ddeb6ff7b5f6bc8d57f1b6c15b8dc4 /webui.py | |
parent | e9a5562b9b27a1a4f9c282637b111cefd9727a41 (diff) | |
download | stable-diffusion-webui-gfx803-a02bad570ef7718436369bb4e4aa5b8e0f1f5689.tar.gz stable-diffusion-webui-gfx803-a02bad570ef7718436369bb4e4aa5b8e0f1f5689.tar.bz2 stable-diffusion-webui-gfx803-a02bad570ef7718436369bb4e4aa5b8e0f1f5689.zip |
rm dbg
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -94,8 +94,6 @@ def initialize(): print(f"Invalid path to TLS certfile: '{cmd_opts.tls_certfile}'")
except TypeError:
cmd_opts.tls_keyfile = cmd_opts.tls_certfile = None
- print(f"path: '{cmd_opts.tls_keyfile}' {type(cmd_opts.tls_keyfile)}")
- print(f"path: '{cmd_opts.tls_certfile}' {type(cmd_opts.tls_certfile)}")
print("TLS setup invalid, running webui without TLS")
else:
print("Running with TLS")
|