We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1277c commit f2b4e31Copy full SHA for f2b4e31
csharp/runner/SnippetRunner/InstallLocations.cs
@@ -232,14 +232,6 @@ private static bool IsDirectory(string path)
232
string? resourcePath = Environment.GetEnvironmentVariable(
233
"SENZING_RESOURCE_DIR");
234
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
241
242
-
243
// normalize empty strings as null
244
if (installPath != null && installPath.Trim().Length == 0)
245
{
0 commit comments