mirror of
https://github.com/xcat2/confluent.git
synced 2026-02-19 06:04:25 +00:00
Remove stray debug output
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user