Commit 2e8aa666 authored by Jérome Perrin's avatar Jérome Perrin

remove a log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27261 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1f95699
......@@ -317,8 +317,7 @@ bWxQSwUGAAAAAAIAAgCeAAAAhwwAAAAA</string> </value>
tal:content="python: field.get_value(\'title\')"/>\n
\n
<text:p text:style-name=\'field-content-center\'\n
tal:define="preferred_width python: preference_tool.getPreference(\'preferred_%s_image_width\' % (field.get_value(\'image_display\')));\n
any python:here.log(preferred_width)">\n
tal:define="preferred_width python: preference_tool.getPreference(\'preferred_%s_image_width\' % (field.get_value(\'image_display\')));">\n
<office:include_img style="inline-graphic"\n
tal:attributes="width python: (preferred_width or 100) / 20.;\n
path python: \'/\'.join(request.physicalPathFromURL(field.get_value(\'default\')));"/>\n
......
74
\ No newline at end of file
75
\ No newline at end of file
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