Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Nov 12, 2023
1 parent 1cf0d55 commit 17ca0a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ private void setSchemaRegistryProperties(final KafkaConsumerConfig kafkaConsumer
private void setPropertiesForPlaintextAndJsonWithoutSchemaRegistry(Properties properties, final TopicConfig topicConfig) {
MessageFormat dataFormat = topicConfig.getSerdeFormat();
schemaType = dataFormat.toString();
LOG.error("Setting schemaType to {}", schemaType);
}

private void setPropertiesForSchemaRegistryConnectivity(final KafkaConsumerConfig kafkaConsumerConfig, final Properties properties) {
Expand Down

0 comments on commit 17ca0a0

Please sign in to comment.