Skip to content

Commit f5cb206

Browse files
committed
removed unnecessary logs
1 parent 7968d6d commit f5cb206

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/channel/jetstream/dispatcher/dispatcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ func (d *Dispatcher) ReconcileConsumers(ctx context.Context, config ChannelConfi
145145
currentSubs = sets.New[string]()
146146
}
147147
expectedSubs := sets.New[string](config.SubscriptionsUIDs()...)
148-
logger.Infow("expected", zap.Any("expected_subs", expectedSubs))
149-
logger.Infow("current", zap.Any("current_subs", currentSubs))
150148

151149
toAddSubs := expectedSubs.Difference(currentSubs)
152150
toRemoveSubs := currentSubs.Difference(expectedSubs)

0 commit comments

Comments
 (0)