2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-13 01:00:02 +00:00

Remove stray debug output

This commit is contained in:
Jarrod Johnson 2019-10-29 15:50:48 -04:00
parent a967c224fe
commit 12bd473c0d

View File

@ -84,7 +84,6 @@ class WrappedWebSocket(websocket.WebSocket):
raise Exception('Redirect limit hit')
url = self.handshake_response.headers['location']
self.sock.close()
print(repr(options))
return self.connect(url, **options)
self.connected = True
except: