Commit 75d7209d authored by Sebastien Robin's avatar Sebastien Robin

remove bad logs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10627 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 34cb2c7b
...@@ -107,14 +107,10 @@ if to_currency is not None:\n ...@@ -107,14 +107,10 @@ if to_currency is not None:\n
predicate_list = context.portal_domains.searchPredicateList(object,\n predicate_list = context.portal_domains.searchPredicateList(object,\n
has_cell_content=0,\n has_cell_content=0,\n
sort_method=sort_by_date)\n sort_method=sort_by_date)\n
context.log(\'predicate_list with test\',predicate_list)\n
context.log(\'temp_object.showDict\',temp_object.showDict())\n
predicate_list = context.portal_domains.searchPredicateList(object,\n predicate_list = context.portal_domains.searchPredicateList(object,\n
has_cell_content=0,\n has_cell_content=0,\n
sort_method=sort_by_date,\n sort_method=sort_by_date,\n
test=0)\n test=0)\n
context.log(\'predicate_list without test\',predicate_list)\n
context.log\n
result = [getattr(mapped_value, \'base_price\', None), \n result = [getattr(mapped_value, \'base_price\', None), \n
getattr(mapped_value, \'discount\', None)]\n getattr(mapped_value, \'discount\', None)]\n
return result\n return result\n
...@@ -130,7 +126,6 @@ else:\n ...@@ -130,7 +126,6 @@ else:\n
sort_method=sort_by_date)\n sort_method=sort_by_date)\n
result = [getattr(mapped_value, \'base_price\', None), \n result = [getattr(mapped_value, \'base_price\', None), \n
getattr(mapped_value, \'discount\', None)]\n getattr(mapped_value, \'discount\', None)]\n
context.log(\'CurrencyExchange_getExchangeRateList,result:\',result)\n
return result\n return result\n
...@@ -142,6 +137,12 @@ return result\n ...@@ -142,6 +137,12 @@ return result\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_dav_writelocks</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>_filepath</string> </key> <key> <string>_filepath</string> </key>
<value> <value>
...@@ -230,4 +231,25 @@ return result\n ...@@ -230,4 +231,25 @@ return result\n
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<value>
<dictionary/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment