Skip to content

Commit 91cb700

Browse files
author
Jagdeep Singh Soni
committed
removed debug log
1 parent 56d5081 commit 91cb700

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agents/supervisor-agent/src/websocket_event_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def connect(self):
9999
subprotocols = ['aws-appsync-event-ws', self.get_auth_protocol()]
100100

101101
logger.info(f"Connecting to: {ws_url}")
102-
logger.debug(f"Subprotocols: {subprotocols}")
103102

104103
try:
105104
self.ws = websocket.WebSocket()

0 commit comments

Comments
 (0)