1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove useless code.

This commit is contained in:
comfyanonymous
2024-01-28 19:36:32 -05:00
parent 7f4725f6b3
commit 079dbf9198

View File

@@ -632,8 +632,6 @@ class PromptServer():
site = web.TCPSite(runner, address, port)
await site.start()
if address == '':
address = '0.0.0.0'
if verbose:
print("Starting server\n")
print("To see the GUI go to: http://{}:{}".format(address, port))