Skip to content

Commit

Permalink
Remove starttime and id from diagnostics string
Browse files Browse the repository at this point in the history
  • Loading branch information
aavasthy committed Oct 27, 2022
1 parent d41354c commit e7610f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ private void WriteJsonUriArrayWithDuplicatesCounted(string propertyName, IReadOn

if (uris != null)
{
Dictionary<TransportAddressUri, int> uriCount = new();
Dictionary<TransportAddressUri, int> uriCount = new ();
foreach (TransportAddressUri transportAddressUri in uris)
{
if (transportAddressUri == null)
Expand Down

0 comments on commit e7610f9

Please sign in to comment.