diff --git a/src/Particular.LicensingComponent/BrokerThroughput/BrokerThroughputCollectorHostedService.cs b/src/Particular.LicensingComponent/BrokerThroughput/BrokerThroughputCollectorHostedService.cs index c54ef4ee9c..39dea964d7 100644 --- a/src/Particular.LicensingComponent/BrokerThroughput/BrokerThroughputCollectorHostedService.cs +++ b/src/Particular.LicensingComponent/BrokerThroughput/BrokerThroughputCollectorHostedService.cs @@ -112,7 +112,6 @@ async Task Exec(IBrokerQueue queueName, string postfix) catch (Exception e) { logger.LogError(e, "Failed to record throughput for {QueueName}", queueName.QueueName); - Console.WriteLine(e); throw; } }