You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/09/27 02:56:07 UTC

svn commit: r579858 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

Author: sichen
Date: Wed Sep 26 17:56:07 2007
New Revision: 579858

URL: http://svn.apache.org/viewvc?rev=579858&view=rev
Log:
turn off auth.net logging of properties file

Modified:
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java?rev=579858&r1=579857&r2=579858&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java Wed Sep 26 17:56:07 2007
@@ -449,7 +449,7 @@
         if (AIMProperties == null)
             AIMProperties = props;
 
-        Debug.logInfo("Created Authorize.Net properties file: " + props.toString(),module);
+        if (isTestMode()) { Debug.logInfo("Created Authorize.Net properties file: " + props.toString(),module); }
 
         return props;