Author: jleroux
Date: Fri Nov 14 20:58:27 2014
New Revision: 1639788

URL: http://svn.apache.org/r1639788
Log:
Removes forgotten log

Modified:
    
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign

Modified: 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign?rev=1639788&r1=1639787&r2=1639788&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign
 (original)
+++ 
ofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign
 Fri Nov 14 20:58:27 2014
@@ -265,7 +265,6 @@ try {
     }
     month = month - 1
     }
-    Debug.log("================  Last 3 Months Sale Order Report====="+months);
     cond = FastList.newInstance();
     cond.add(EntityCondition.makeCondition("orderDateMonthOfYear", 
EntityOperator.IN, months));
     cond.add(EntityCondition.makeCondition("orderDateYearName", 
EntityOperator.EQUALS, UtilMisc.toLongObject(thisYear)));
@@ -833,4 +832,4 @@ return true;]]></method>
             </list-property>
         </extended-item>
     </body>
-</report>
\ No newline at end of file
+</report>


Reply via email to