1
0
mirror of synced 2026-07-27 13:35:29 +00:00

Remove noisy logging.

This commit is contained in:
Ben Alex
2004-11-15 02:43:21 +00:00
parent d6beb9804f
commit bc9a599bf7
@@ -117,7 +117,9 @@ public class AfterInvocationProviderManager implements AfterInvocationManager,
AfterInvocationProvider provider = (AfterInvocationProvider) iter
.next();
logger.fatal("Evaluating " + attribute + " against " + provider);
if (logger.isDebugEnabled()) {
logger.debug("Evaluating " + attribute + " against " + provider);
}
if (provider.supports(attribute)) {
return true;