Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Remove print statement from node manager class that cause alot of unw…
Browse files Browse the repository at this point in the history
…anted log messages
  • Loading branch information
Grokzen committed Dec 9, 2016
1 parent df5ff0e commit f1c8604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Next release (??? ??, 2016)
---------------------------

* Remove print statement that was faulty commited into release 1.3.2 that case logs to fill up with unwanted data.

1.3.2 (Nov 27, 2016)
--------------------

Expand Down
2 changes: 0 additions & 2 deletions rediscluster/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def __init__(self, startup_nodes=None, init_slot_cache=True, connection_class=Cl
'port': str(connection_kwargs.pop('port')),
}]

print(startup_nodes)

self.max_connections = max_connections or 2 ** 31
self.max_connections_per_node = max_connections_per_node

Expand Down

0 comments on commit f1c8604

Please sign in to comment.