This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 14007c27ea2310094a68cad13946161329a7c0ae
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Apr 11 13:47:28 2024 +0200

    CAMEL-20758: remove duplicated code
---
 .../main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java
index a614f222417..1fd61ff3479 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java
@@ -307,10 +307,6 @@ public class KafkaFetchRecords implements Runnable {
 
         SubscribeAdapter adapter = new DefaultSubscribeAdapter();
         adapter.subscribe(consumer, listener, topicInfo);
-
-        if (LOG.isInfoEnabled()) {
-            LOG.info("Subscribing {} to {}", threadId, getPrintableTopic());
-        }
     }
 
     protected void startPolling() {

Reply via email to