Skip to content

Commit f2b4e31

Browse files
committed
Removed debugging code from InstallLocations.cs and fixed OS detection
1 parent 9b1277c commit f2b4e31

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: csharp/runner/SnippetRunner/InstallLocations.cs

-8
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,6 @@ private static bool IsDirectory(string path)
232232
string? resourcePath = Environment.GetEnvironmentVariable(
233233
"SENZING_RESOURCE_DIR");
234234

235-
Console.Error.WriteLine();
236-
Console.Error.WriteLine("---------------------------------");
237-
Console.Error.WriteLine("EXPLICIT SUPPORT PATH: " + supportPath);
238-
Console.Error.WriteLine("DEFAULT SUPPORT PATH: " + defaultSupportPath);
239-
Console.Error.WriteLine("HOME SUPPORT PATH: " + homeSupport.FullName);
240-
Console.Error.WriteLine("---------------------------------");
241-
Console.Error.WriteLine();
242-
243235
// normalize empty strings as null
244236
if (installPath != null && installPath.Trim().Length == 0)
245237
{

0 commit comments

Comments
 (0)