Removing unnecessary log statement.

This commit is contained in:
Sahil Palvia 2018-04-17 15:40:08 -07:00
parent 5030b81564
commit c63d62b8db

View file

@ -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.
@ -186,10 +182,6 @@ public class RecordProcessorCheckpointer implements IRecordProcessorCheckpointer
+ 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 is a last checkpoint value, we want to check both the lower and upper bound.