svn commit: r507810 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml

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

svn commit: r507810 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml

jonesde
Author: jonesde
Date: Wed Feb 14 20:17:31 2007
New Revision: 507810

URL: http://svn.apache.org/viewvc?view=rev&rev=507810
Log:
Removed testing log messages

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml?view=diff&rev=507810&r1=507809&r2=507810
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/product/category/CategoryServices.xml Wed Feb 14 20:17:31 2007
@@ -775,7 +775,6 @@
         <call-service service-name="productCategoryGenericPermission" in-map-name="productCategoryGenericPermissionMap">
             <results-to-map map-name="genericResult"/>
         </call-service>
-        <log level="info" message="checkCategoryPermissionWithViewPurchaseAllow genericResult: ${genericResult}"/>
         <if-compare field-name="genericResult.hasPermission" operator="equals" value="false" type="Boolean">
             <field-to-result field-name="genericResult.hasPermission" result-name="hasPermission"/>
             <field-to-result field-name="genericResult.failMessage" map-name="failMessage"/>
@@ -783,7 +782,6 @@
         </if-compare>
         
         <!-- if the generic permission test passed, carry on -->
-        <log level="info" message="checkCategoryPermissionWithViewPurchaseAllow got here 1; parameters.productCategoryId=${parameters.productCategoryId}"/>
         
         <!--  Set up for a call to checkCategoryRelatedPermission below, but callingMethodName is needed sooner -->
         <set field="callingMethodName" from-field="parameters.resourceDescription" default-value="this operation"/>
@@ -803,8 +801,6 @@
             <entity-one entity-name="ProdCatalog" value-name="prodCatalog" auto-field-map="false">
                 <field-map field-name="prodCatalogId" env-name="prodCatalogCategory.prodCatalogId"/>
             </entity-one>
-            <log level="info" message="checkCategoryPermissionWithViewPurchaseAllow prodCatalogCategory: ${prodCatalogCategory}"/>
-            <log level="info" message="checkCategoryPermissionWithViewPurchaseAllow prodCatalog: ${prodCatalog}"/>
             <if>
                 <condition>
                     <and>