Fix duplicate logging message.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Jun 2021 07:37:37 +0000 (09:37 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Jun 2021 07:37:37 +0000 (09:37 +0200)
org.argeo.cms.ui.rap/src/org/argeo/cms/web/CmsWebApp.java

index 361e8a0d21778b04113ca896dd27c535769cee79..dda02646d973763af7619482a3a94266ea03b4f9 100644 (file)
@@ -96,8 +96,8 @@ public class CmsWebApp implements ApplicationConfiguration, ExceptionHandler, Cm
                        if (log.isDebugEnabled())
                                log.info("Added web entry point " + (contextName != null ? "/" + contextName : "") + entryPointName);
                }
-               if (log.isDebugEnabled())
-                       log.debug("Published CMS web app /" + (contextName != null ? contextName : ""));
+//             if (log.isDebugEnabled())
+//                     log.debug("Published CMS web app /" + (contextName != null ? contextName : ""));
        }
 
        CmsApp getCmsApp() {