Commit 5131b6cf authored by Aurel's avatar Aurel

remove log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4122 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 421c9393
......@@ -219,7 +219,6 @@ class BusinessTemplateTarball(BusinessTemplateArchive):
if info.isreg():
file = tar.extractfile(info)
folder, name = os.path.split(info.name)
LOG('import file %r for klass %r' %(info.name, class_name), 0, '')
klass._importFile(info.name, file)
file.close()
tar.close()
......
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