Skip to content

Commit

Permalink
Tidy printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Dec 19, 2024
1 parent 289c8c4 commit 8f86e16
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ private PrepareResult createAugmentor(final Class<?> requiredTestClass, String d
Collection<Runnable> shutdownTasks) throws Exception {

System.out.println("HOLLY WAHOO creating augmentor for " + requiredTestClass);
System.out.println("HOLLU profile is " + profile);
System.out.println("HOLLU curated app is " + curatedApplication);

if (curatedApplication == null) {
curatedApplication = makeCuratedApplication(requiredTestClass, displayName, isContinuousTesting, shutdownTasks);
Expand Down

0 comments on commit 8f86e16

Please sign in to comment.