Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemTetenkin committed Apr 23, 2024
1 parent 5c00278 commit cf31c8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ public PscConsumerPollMessageIterator<K, V> poll(Duration pollTimeout) throws Co
try {
MutableInt count = new MutableInt();
if (pscConfigurationInternal.isAutoResolutionEnabled()) {
logger.info("Using pre-fetch with auto resolution");
memqLogMessageIterator = preFetchPollResultIntoMemoryWithAutoResolution(memqConsumer.poll(pollTimeout, count));
} else {
memqLogMessageIterator = new MemqIteratorAdapter<>(memqConsumer.poll(pollTimeout, count));
Expand Down

0 comments on commit cf31c8d

Please sign in to comment.