summaryrefslogtreecommitdiff
path: root/redis/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/connection.py')
-rw-r--r--redis/connection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/redis/connection.py b/redis/connection.py
index aed229f..5a86c0e 100644
--- a/redis/connection.py
+++ b/redis/connection.py
@@ -515,7 +515,6 @@ class BlockingConnectionPool(object):
connection = self.connection_class(**self.connection_kwargs)
self._connections.append(connection)
- print len(self._connections)
return connection
def get_connection(self, command_name, *keys, **options):