Skip to content

Commit

Permalink
delete unnecessary logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeng Lu committed Aug 27, 2023
1 parent 9361ae8 commit fb0e177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MSBuildLocator/DotNetSdkLocationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ private static void ModifyUnmanagedDllResolver(Action<AssemblyLoadContext> resol

private static IntPtr HostFxrResolver(Assembly assembly, string libraryName)
{
Console.Error.WriteLine($"Try to load native library {libraryName}");

string hostFxrLibName = "libhostfxr";
string libExtension = RuntimeInformation.IsOSPlatform(OSPlatform.OSX) ? "dylib" : "so";

Expand Down

0 comments on commit fb0e177

Please sign in to comment.