Skip to content

Commit

Permalink
Merge pull request #561 from Mike-Petersen/master
Browse files Browse the repository at this point in the history
[Cassandra] removed tracing from insert
  • Loading branch information
busbey committed Dec 31, 2015
2 parents 6c26a38 + d43c993 commit 6aac6ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public Status insert(String table, String key,
insertStmt.value(entry.getKey(), value);
}

insertStmt.setConsistencyLevel(writeConsistencyLevel).enableTracing();
insertStmt.setConsistencyLevel(writeConsistencyLevel);

if (debug) {
System.out.println(insertStmt.toString());
Expand Down

0 comments on commit 6aac6ec

Please sign in to comment.