Commit 08974edd authored by Aurel's avatar Aurel

remove log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37888 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d62907d
......@@ -70,7 +70,6 @@ if modified != \'none\':\n
for f in tab_Modified:\n
diff = subversion_tool.diff(f, context)\n
final_diff = template_tool.getFilteredDiffAsHTML(diff)\n
context.log("final_diff = %s" %(final_diff))\n
if len(final_diff):\n
print \'<input name="modified" value="%s" type="checkbox" checked="checked" />\'%f\n
f = context.getPortalObject()["portal_subversion"].relativeToAbsolute(f, context)\n
......
606
\ No newline at end of file
607
\ 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