We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e0818 commit 94b59edCopy full SHA for 94b59ed
1 file changed
pkg/apply/apply.go
@@ -266,7 +266,6 @@ func (t *TopicApplier) Apply(ctx context.Context) (NewOrUpdatedChanges, error) {
266
log.Info("Checking if topic already exists...")
267
268
topicInfo, err := t.adminClient.GetTopic(ctx, t.topicName, true)
269
- log.Infof("topic info for %s: %+v", t.topicName, topicInfo)
270
if err != nil {
271
// if the topic doesn't exist, create it
272
if err == admin.ErrTopicDoesNotExist {
0 commit comments