Removing unnecessary log statement.

This commit is contained in:
Sahil Palvia 2018-04-17 15:40:08 -07:00 committed by Justin Pfifer
parent e1bdedc9ea
commit 4abbbfbaa7

View file

@ -182,10 +182,6 @@ public class RecordProcessorCheckpointer implements IRecordProcessorCheckpointer
+ subSequenceNumber); + subSequenceNumber);
} }
if (log.isDebugEnabled()) {
log.debug("Validated prepareCheckpoint sequence number {} for {}, token {}", sequenceNumber,
shardInfo.shardId(), shardInfo.concurrencyToken());
}
/* /*
* If there isn't a last checkpoint value, we only care about checking the upper bound. * If there isn't a last checkpoint value, we only care about checking the upper bound.
* If there is a last checkpoint value, we want to check both the lower and upper bound. * If there is a last checkpoint value, we want to check both the lower and upper bound.