From 94b59edbe53271db9929706b11551903ccf65444 Mon Sep 17 00:00:00 2001 From: Ben McKerry <110857332+bmckerry@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:57:34 -0400 Subject: [PATCH] Revert "temp: extra logging for topicInfo (#33)" This reverts commit 45e08182acae3b3e894fc05ea8e1f470a1529347. --- pkg/apply/apply.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/apply/apply.go b/pkg/apply/apply.go index fa04a708..ff6104fc 100644 --- a/pkg/apply/apply.go +++ b/pkg/apply/apply.go @@ -266,7 +266,6 @@ func (t *TopicApplier) Apply(ctx context.Context) (NewOrUpdatedChanges, error) { log.Info("Checking if topic already exists...") topicInfo, err := t.adminClient.GetTopic(ctx, t.topicName, true) - log.Infof("topic info for %s: %+v", t.topicName, topicInfo) if err != nil { // if the topic doesn't exist, create it if err == admin.ErrTopicDoesNotExist {