Skip to content

Commit

Permalink
Tidy println
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Dec 2, 2024
1 parent 84a2ba9 commit f11c037
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ protected Application(boolean auxiliaryApplication) {
* letting the user hook into it.
*/
public final void start(String[] args) {
System.out.println(this.getClass().getClassLoader() + "HOLLY starting application, " +
auxiliaryApplication + " and the current current is " + currentApplication);
/*
* We can't make assumptions about the order that the main and auxiliary application get created.
* Because the test application gets created quite early in the test lifecycle, it usually beats the main application.
Expand Down

0 comments on commit f11c037

Please sign in to comment.