Skip to content

Commit

Permalink
NO-JIRA removing dumb debug message left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Jul 13, 2018
1 parent cf8f0ca commit 99fbfc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public int getQuorumVoteWait() {
}

public ReplicatedPolicyConfiguration setQuorumVoteWait(int quorumVoteWait) {
new Exception("here").printStackTrace();
this.quorumVoteWait = quorumVoteWait;
return this;
}
Expand Down

0 comments on commit 99fbfc4

Please sign in to comment.