svn commit: r1531578 - /ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1531578 - /ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java

adrianc
Author: adrianc
Date: Sat Oct 12 18:58:59 2013
New Revision: 1531578

URL: http://svn.apache.org/r1531578
Log:
Oops, I forgot to remove a debug statement from my last commit.

Modified:
    ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java

Modified: ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java?rev=1531578&r1=1531577&r2=1531578&view=diff
==============================================================================
--- ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java (original)
+++ ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java Sat Oct 12 18:58:59 2013
@@ -59,7 +59,6 @@ public final class SecurityFactory {
             }
             security.setDelegator(delegator);
             security = authorizationCache.putIfAbsentAndGet(delegator.getDelegatorName(), security);
-            Debug.logInfo("Security implementation " + security.getClass().getName() + " created for delegator " + delegator.getDelegatorName(), module);
             if (Debug.verboseOn()) {
                 Debug.logVerbose("Security implementation " + security.getClass().getName() + " created for delegator " + delegator.getDelegatorName(), module);
             }