Skip to content

Commit

Permalink
clean: remove System.out.println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab committed Feb 28, 2024
1 parent abda53c commit f7b24d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public void readInvalidConfig_assertExceptions() {
getSumoConfiguration(invalidConfig);
fail("Expected InstantiationException");
} catch (InstantiationException instantiationException) {
System.out.println(instantiationException.getMessage());
// ASSERT
assertThat(
instantiationException.getMessage(),
Expand Down

0 comments on commit f7b24d7

Please sign in to comment.