Removed non-sensical comment.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 6 May 2005 19:23:42 +0000 (19:23 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 6 May 2005 19:23:42 +0000 (19:23 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1448 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/log/LoggingContextListener.java

index 9dde6f3..9a5b051 100644 (file)
@@ -83,7 +83,7 @@ public class LoggingContextListener implements ServletContextListener {
                } catch (ShibbolethConfigurationException e) {
                        sce.getServletContext().log("Problem setting up logging.", e);
                        log.fatal("Problem setting up logging: " + e);
-                       throw new Error("Problem setting up logging: " + e); // XXX
+                       throw new Error("Problem setting up logging: " + e);
                }
 
                log.info("Logger initialized.");