Only show feature flags log when verbose.

This commit is contained in:
comfyanonymous 2025-08-11 05:51:24 -04:00 committed by GitHub
parent 0552de7c7d
commit eaed1ab291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,7 +235,7 @@ class PromptServer():
sid, sid,
) )
logging.info( logging.debug(
f"Feature flags negotiated for client {sid}: {client_flags}" f"Feature flags negotiated for client {sid}: {client_flags}"
) )
first_message = False first_message = False