[Erp5-report] r27160 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 25 17:01:11 CEST 2009


Author: ivan
Date: Mon May 25 17:01:09 2009
New Revision: 27160

URL: http://svn.erp5.org?rev=27160&view=rev
Log:
Remove logging.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml?rev=27160&r1=27159&r2=27160&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/PaymentTransaction_selectMovement.xml [utf8] Mon May 25 17:01:09 2009
@@ -53,18 +53,12 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>LOG = lambda msg:context.log("PaymentTransaction_selectMovement", msg)\n
-\n
-kw[\'parent_specialise_portal_type\'] = \'Payment Rule\'\n
+            <value> <string>kw[\'parent_specialise_portal_type\'] = \'Payment Rule\'\n
 kw[\'portal_type\'] = \'Simulation Movement\'\n
 kw.update(context.portal_catalog.buildSQLQuery(**kw))\n
 kw[\'max_movement_date\'] = DateTime() + 30 # XXX this is an arbitrary value for experimentation\n
                                           # this could be an alarm configuration.\n
-\n
-LOG("SQL used = %s"%context.PaymentTransaction_zSelectMovement(src__=1, **kw))\n
 movement_list = [x.getObject() for x in context.PaymentTransaction_zSelectMovement(**kw)]\n
-\n
-LOG("movement_list = %s"%movement_list)\n
 return movement_list\n
 </string> </value>
         </item>
@@ -104,7 +98,6 @@
                           <tuple>
                             <string>src__</string>
                             <string>kw</string>
-                            <string>LOG</string>
                             <string>_write_</string>
                             <string>_getattr_</string>
                             <string>_apply_</string>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=27160&r1=27159&r2=27160&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon May 25 17:01:09 2009
@@ -1,1 +1,1 @@
-926
+927




More information about the Erp5-report mailing list