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)
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 {
You can’t perform that action at this time.
0 commit comments