Skip to content

Commit 9eafd3d

Browse files
committed
Remove vestigial Console.WriteLine
1 parent bdf0f5c commit 9eafd3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Particular.LicensingComponent/BrokerThroughput/BrokerThroughputCollectorHostedService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ async Task Exec(IBrokerQueue queueName, string postfix)
112112
catch (Exception e)
113113
{
114114
logger.LogError(e, "Failed to record throughput for {QueueName}", queueName.QueueName);
115-
Console.WriteLine(e);
116115
throw;
117116
}
118117
}

0 commit comments

Comments
 (0)