Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Feb 2, 2024
1 parent 0955e76 commit 1f8d7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow/connectors/eventhub/hubmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f8d7a0

Please sign in to comment.