Skip to content

Commit

Permalink
remove log message part about applying state
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Aug 6, 2018
1 parent a21e8c7 commit 25d5835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void onPossibleCompletion() {
isCompleted = true;
onCompletion(true);
assert applyCommitRequest.isPresent();
logger.trace("onPossibleCompletion: [{}] was successful, applying new state locally", this);
logger.trace("onPossibleCompletion: [{}] was successful", this);
}

// For assertions only: verify that this invariant holds
Expand Down

0 comments on commit 25d5835

Please sign in to comment.