Commit 14d67dbd authored by Rafael Monnerat's avatar Rafael Monnerat

slapos.package: Remove mistaken message

parent b7f08cdc
...@@ -43,7 +43,6 @@ def _run_command(command): ...@@ -43,7 +43,6 @@ def _run_command(command):
if '--no-update' in sys.argv: if '--no-update' in sys.argv:
sys.argv.remove('--no-update') sys.argv.remove('--no-update')
else: else:
print 'Updating slapprepare'
subprocess.call(['easy_install', '-U', 'slapos.package']) subprocess.call(['easy_install', '-U', 'slapos.package'])
args = [ args = [
......
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