We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d5081 commit 91cb700Copy full SHA for 91cb700
agents/supervisor-agent/src/websocket_event_client.py
@@ -99,7 +99,6 @@ def connect(self):
99
subprotocols = ['aws-appsync-event-ws', self.get_auth_protocol()]
100
101
logger.info(f"Connecting to: {ws_url}")
102
- logger.debug(f"Subprotocols: {subprotocols}")
103
104
try:
105
self.ws = websocket.WebSocket()
0 commit comments