Skip to content

Commit 0036c4e

Browse files
committed
Remove test debugging code
Signed-off-by: smillidge <steve.millidge@payara.fish>
1 parent ee7f400 commit 0036c4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,7 @@ public void postConstruct() {
400400

401401
injectionMgr = habitat.getService(InjectionManager.class);
402402
invocationMgr = habitat.getService(InvocationManager.class);
403-
try {
404403
tldProviders = habitat.getAllServices(TldProvider.class);
405-
}
406-
catch (Exception e) {
407-
e.printStackTrace();
408-
}
409404

410405
createStatsProviders();
411406

0 commit comments

Comments
 (0)