Skip to content

Commit

Permalink
Tidying println
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jan 8, 2025
1 parent 55dbf5b commit 9ad03f7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ public class QuarkusClassOrderer implements ClassOrderer {
private final ClassOrderer delegate;

public QuarkusClassOrderer() {
System.out.println("HOLLY class orderer TCCL is " + Thread.currentThread().getContextClassLoader());
System.out.println("HOLLY I AM " + this.getClass().getClassLoader());
// ClassLoader original = Thread.currentThread().getContextClassLoader();
// Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
SmallRyeConfig config = ConfigProvider.getConfig().unwrap(SmallRyeConfig.class);
TestConfig testConfig = config.getConfigMapping(TestConfig.class);

Expand Down

0 comments on commit 9ad03f7

Please sign in to comment.