Commit 6e354ec9 authored by Nicolas Dumazet's avatar Nicolas Dumazet

rm debug statement


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32671 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f71d9b83
...@@ -22,7 +22,6 @@ class Recipe(collective.recipe.template.Recipe): ...@@ -22,7 +22,6 @@ class Recipe(collective.recipe.template.Recipe):
dependencies = ["BuildRequires: %s" % pkg for pkg in package_list if pkg] dependencies = ["BuildRequires: %s" % pkg for pkg in package_list if pkg]
version = options['version'].strip() version = options['version'].strip()
print '"%s"' % version
if os.path.exists(version): if os.path.exists(version):
version = open(version, 'r').read().strip() version = open(version, 'r').read().strip()
......
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