From 12bd473c0df47efd23e2f07a5e0fd1267b84f8d2 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 29 Oct 2019 15:50:48 -0400 Subject: [PATCH] Remove stray debug output --- confluent_server/confluent/plugins/console/tsmsol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_server/confluent/plugins/console/tsmsol.py b/confluent_server/confluent/plugins/console/tsmsol.py index 61c06bba..bdd412b7 100644 --- a/confluent_server/confluent/plugins/console/tsmsol.py +++ b/confluent_server/confluent/plugins/console/tsmsol.py @@ -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: