Skip to content

Commit

Permalink
Change test coverage log to debug level (#20648)
Browse files Browse the repository at this point in the history
* Update TestCoverage.cs

* Removed unnecessary debug info

Co-authored-by: Vincent Dai <23257217+vidai-msft@users.noreply.github.com>
  • Loading branch information
isra-fel and vidai-msft authored Jan 17, 2023
1 parent 54a771d commit 332c0bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Accounts/Authentication/TestCoverage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -69,8 +69,6 @@ static TestCoverage()
{
Directory.CreateDirectory(s_testCoveragePath);
}

Console.WriteLine($"Test coverage data location: ${s_testCoveragePath}");
}

private string GenerateCsvHeader()
Expand Down

0 comments on commit 332c0bd

Please sign in to comment.