diff --git a/src/Accounts/Authentication/TestCoverage.cs b/src/Accounts/Authentication/TestCoverage.cs index 49cd45313913..f93f631c34d1 100644 --- a/src/Accounts/Authentication/TestCoverage.cs +++ b/src/Accounts/Authentication/TestCoverage.cs @@ -1,4 +1,4 @@ -// ---------------------------------------------------------------------------------- +// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); @@ -69,8 +69,6 @@ static TestCoverage() { Directory.CreateDirectory(s_testCoveragePath); } - - Console.WriteLine($"Test coverage data location: ${s_testCoveragePath}"); } private string GenerateCsvHeader()