Skip to content

Commit 94b59ed

Browse files
authored
Revert "temp: extra logging for topicInfo (#33)"
This reverts commit 45e0818.
1 parent 45e0818 commit 94b59ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/apply/apply.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ func (t *TopicApplier) Apply(ctx context.Context) (NewOrUpdatedChanges, error) {
266266
log.Info("Checking if topic already exists...")
267267

268268
topicInfo, err := t.adminClient.GetTopic(ctx, t.topicName, true)
269-
log.Infof("topic info for %s: %+v", t.topicName, topicInfo)
270269
if err != nil {
271270
// if the topic doesn't exist, create it
272271
if err == admin.ErrTopicDoesNotExist {

0 commit comments

Comments
 (0)