Skip to content

Commit

Permalink
Don't print usage on errors in import tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Apr 13, 2015
1 parent bb26df8 commit 5c18872
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ private static RuntimeException andPrintError( String typeOfError, Exception e,
e.printStackTrace( System.err );
}
System.err.println();
printUsage( System.err );

// Mute the stack trace that the default exception handler would have liked to print.
// Calling System.exit( 1 ) or similar would be convenient on one hand since we can set
Expand Down

0 comments on commit 5c18872

Please sign in to comment.