Merge "Remove left over print"

This commit is contained in:
Zuul 2020-05-14 20:54:57 +00:00 committed by Gerrit Code Review
commit c40fda8917
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ class UpgradeUndercloud(InstallUndercloud):
utils.ensure_run_as_normal_user()
if not parsed_args.skip_package_updates:
print("executable is {}".format(sys.executable))
if ('python3' in sys.executable):
pyver = '3'
else: