Remove duplicate diagnostics

This commit is contained in:
Piotr Puszkiewicz 2017-03-09 13:37:17 -08:00
parent f6f43f6aa2
commit b7ce0293a1

View file

@ -18,9 +18,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
{ {
_pathToDotnetUnderTest = new Muxer().MuxerPath; _pathToDotnetUnderTest = new Muxer().MuxerPath;
} }
Console.WriteLine($"Executing tests against {_pathToDotnetUnderTest}");
return _pathToDotnetUnderTest; return _pathToDotnetUnderTest;
} }
} }