Remove annoying message.

This commit is contained in:
comfyanonymous 2026-05-14 12:25:35 -07:00 committed by GitHub
parent 3f9bdc70ee
commit 979f4a6e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1266,9 +1266,6 @@ class PromptServer():
if verbose:
logging.info("To see the GUI go to: {}://{}:{}".format(scheme, address_print, port))
if verbose:
logging.info("psst — we're hiring! https://www.comfy.org/careers")
if call_on_start is not None:
call_on_start(scheme, self.address, self.port)