Commit f36bfcc7 authored by Silvio Tomatis's avatar Silvio Tomatis

Remove debugging print statement

parent 8db4a034
......@@ -176,7 +176,6 @@ class Recipe(object):
gemname, version = (gem.strip() for gem in gem.split('='))
s['GEMNAME'] = gemname
s['OPTIONS'] += ' --version %s' % version
print '%(GEM)s install %(OPTIONS)s %(GEMNAME)s' % s
self.run('%(GEM)s install %(OPTIONS)s %(GEMNAME)s' % s, self._get_env())
for executable in os.listdir(bindir):
......
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