Remove useless code.

This commit is contained in:
comfyanonymous 2024-01-28 19:36:32 -05:00
parent 7f4725f6b3
commit 079dbf9198
1 changed files with 0 additions and 2 deletions

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))