Removing unnecessary log statement.
This commit is contained in:
parent
5030b81564
commit
22f594c300
1 changed files with 0 additions and 4 deletions
|
|
@ -113,10 +113,6 @@ public class RecordProcessorCheckpointer implements IRecordProcessorCheckpointer
|
|||
+ subSequenceNumber);
|
||||
}
|
||||
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("Validated checkpoint 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 is a last checkpoint value, we want to check both the lower and upper bound.
|
||||
|
|
|
|||
Loading…
Reference in a new issue