Skip to content

Commit a11111f

Browse files
committed
Deleted useless output.
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 0b825e1 commit a11111f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/Toolchains/MSVCToolchain.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ where sdk.GetId().Contains("Windows81SDK")
670670
var um = Path.Combine(path, "um");
671671
var winrt = Path.Combine(path, "winrt");
672672
var ucrt = Path.Combine(path, "ucrt");
673-
Console.WriteLine(path);
674673
if (Directory.Exists(shared) &&
675674
Directory.Exists(um) &&
676675
Directory.Exists(winrt) &&

0 commit comments

Comments
 (0)