You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/07/03 23:43:26 UTC

svn commit: r673825 - /ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml

Author: adrianc
Date: Thu Jul  3 14:43:25 2008
New Revision: 673825

URL: http://svn.apache.org/viewvc?rev=673825&view=rev
Log:
Oops, forgot to remove debugging code in last commit.

Modified:
    ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml?rev=673825&r1=673824&r2=673825&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/script/org/ofbiz/assetmaint/FixedAssetMaintEvents.xml Thu Jul  3 14:43:25 2008
@@ -55,7 +55,6 @@
 
     <simple-method method-name="assignFixedAssetPartiesToMaintenance" login-required="true"
         short-description="Assign Fixed Asset Parties to a Fixed Asset Maintenance">
-        <log level="info" message="assignFixedAssetPartiesToMaintenance invoked"/>
         <if-empty field="maintHistSeqId">
             <set field="maintHistSeqId" from-field="parameters.maintHistSeqId"/>
         </if-empty>