Skip to content

Commit 332c0bd

Browse files
isra-felvidai-msft
andauthored
Change test coverage log to debug level (#20648)
* Update TestCoverage.cs * Removed unnecessary debug info Co-authored-by: Vincent Dai <[email protected]>
1 parent 54a771d commit 332c0bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Accounts/Authentication/TestCoverage.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -69,8 +69,6 @@ static TestCoverage()
6969
{
7070
Directory.CreateDirectory(s_testCoveragePath);
7171
}
72-
73-
Console.WriteLine($"Test coverage data location: ${s_testCoveragePath}");
7472
}
7573

7674
private string GenerateCsvHeader()

0 commit comments

Comments
 (0)