File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
csharp/runner/SnippetRunner Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -232,14 +232,6 @@ private static bool IsDirectory(string path)
232
232
string ? resourcePath = Environment . GetEnvironmentVariable (
233
233
"SENZING_RESOURCE_DIR" ) ;
234
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
- Console . Error . WriteLine ( "---------------------------------" ) ;
241
- Console . Error . WriteLine ( ) ;
242
-
243
235
// normalize empty strings as null
244
236
if ( installPath != null && installPath . Trim ( ) . Length == 0 )
245
237
{
You can’t perform that action at this time.
0 commit comments