diff --git a/flow/connectors/eventhub/hubmanager.go b/flow/connectors/eventhub/hubmanager.go index 5a8c701c7a..6302eb5ad3 100644 --- a/flow/connectors/eventhub/hubmanager.go +++ b/flow/connectors/eventhub/hubmanager.go @@ -125,7 +125,6 @@ func (m *EventHubManager) Close(ctx context.Context) error { m.hubs.Range(func(key any, value any) bool { name := key.(ScopedEventhub) - slog.Info(fmt.Sprintf("closing eventhub client for %v", name)) hub := value.(*azeventhubs.ProducerClient) err := m.closeProducerClient(ctx, hub) if err != nil {