Skip to content

Commit

Permalink
Remove System.out.printline
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Nov 17, 2023
1 parent 8e9dd13 commit f712c77
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public void shouldGenerateNewspaperProcesses() throws Exception {
underTest.nextStep();
}
int maxId = getChildProcessWithLargestId(completeEdition, 0);
System.out.println("Max id: " + maxId);
Assert.assertEquals("The newspaper processes generator has not been completed!", underTest.getNumberOfSteps(),
underTest.getProgress());
Assert.assertEquals("Process title missing in newspaper's meta.xml", "NewspaperOverallProcess",
Expand Down

0 comments on commit f712c77

Please sign in to comment.