Skip to content

Commit

Permalink
removing not needed nethost logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryabh committed Nov 8, 2024
1 parent 8a33b96 commit ad4f550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion host/src/CoreToolsHost/AppLoader/NetHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ internal unsafe static string GetHostFxrPath(get_hostfxr_parameters* parameters)
{
char[] buffer = new char[200];
int bufferSize = buffer.Length;
Console.WriteLine("Does file exist: " + File.Exists("./in-proc6/func.dll"));

int rc = get_hostfxr_path(buffer, ref bufferSize, parameters);

Expand Down

0 comments on commit ad4f550

Please sign in to comment.