Skip to content

Commit 2c8358f

Browse files
committed
Remove print statements
1 parent 155903b commit 2c8358f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/simulacron/test_connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ def test_heartbeat_defunct_deadlock(self):
210210
class PatchedRoundRobinPolicy(RoundRobinPolicy):
211211
# Send always to same host
212212
def make_query_plan(self, working_keyspace=None, query=None):
213-
print query
214-
print self._live_hosts
215213
if query and query.query_string == query_to_prime:
216214
return filter(lambda h: h == query_host, self._live_hosts)
217215
else:

0 commit comments

Comments
 (0)