Remove an extremely noisy log line (#23187)

Co-authored-by: hc-github-team-secure-vault-core <github-team-secure-vault-core@hashicorp.com>
This commit is contained in:
Nick Cabatoff
2023-09-20 13:00:47 -04:00
committed by GitHub
parent c08b645d8f
commit 516cbde38b

View File

@@ -127,7 +127,6 @@ func (bus *EventBus) SendEventInternal(ctx context.Context, ns *namespace.Namesp
EventType: string(eventType),
PluginInfo: pluginInfo,
}
bus.logger.Debug("Sending event", "event", eventReceived)
// We can't easily know when the SendEvent is complete, so we can't call the cancel function.
// But, it is called automatically after bus.timeout, so there won't be any leak as long as bus.timeout is not too long.