Skip to content
Snippets Groups Projects
Commit 6aac6ec8 authored by Sean Busbey's avatar Sean Busbey
Browse files

Merge pull request #561 from Mike-Petersen/master

[Cassandra] removed tracing from insert
parents 6c26a387 d43c993b
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ public class CassandraCQLClient extends DB {
insertStmt.value(entry.getKey(), value);
}
insertStmt.setConsistencyLevel(writeConsistencyLevel).enableTracing();
insertStmt.setConsistencyLevel(writeConsistencyLevel);
if (debug) {
System.out.println(insertStmt.toString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment