Skip to content

Commit

Permalink
Removed sysout noise (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Mar 7, 2024
1 parent 1dbe922 commit f6f9e7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void localCommandlineURI() {
throw new IllegalArgumentException( "bad uri " + in, e );
}
catch( Exception e ) {
e.printStackTrace();
assertEquals( out, e.getMessage(), "for bad input " + in );
}
};
Expand Down

0 comments on commit f6f9e7f

Please sign in to comment.