Remove left over print

We merged a debug print in with the upgrade improvements. Let's clean it
up.

Change-Id: Id44da18bec44e0b013705e96f689e7bdc6ddbc9f
This commit is contained in:
Alex Schultz 2020-05-13 16:24:00 -06:00
parent 9c5a51861c
commit cd89407893
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: