Author: sichen
Date: Wed Sep 26 17:56:07 2007
New Revision: 579858
URL:
http://svn.apache.org/viewvc?rev=579858&view=revLog:
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;