Skip to content

Commit

Permalink
Remove global debug level logging. (woops)
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmberg committed Sep 9, 2014
1 parent ff3b39f commit 3235b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration_tests/src/test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ MultipleNodesTest::MultipleNodesTest(int num_nodes_dc1, int num_nodes_dc2, int p
cass_cluster_set_request_timeout(cluster, 10000);
cass_cluster_set_num_threads_io(cluster, 2);
cass_cluster_set_protocol_version(cluster, protocol_version);
cass_cluster_set_log_level(cluster, CASS_LOG_DEBUG);
}

MultipleNodesTest::~MultipleNodesTest() {
Expand Down

0 comments on commit 3235b98

Please sign in to comment.