Remove duplicate diagnostics

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

View file

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