We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155903b commit 2c8358fCopy full SHA for 2c8358f
tests/integration/simulacron/test_connection.py
@@ -210,8 +210,6 @@ def test_heartbeat_defunct_deadlock(self):
210
class PatchedRoundRobinPolicy(RoundRobinPolicy):
211
# Send always to same host
212
def make_query_plan(self, working_keyspace=None, query=None):
213
- print query
214
- print self._live_hosts
215
if query and query.query_string == query_to_prime:
216
return filter(lambda h: h == query_host, self._live_hosts)
217
else:
0 commit comments