qvm-template-preprocess: remove confusing message

Don't confuse user during normal template install.
This commit is contained in:
Marek Marczykowski-Górecki 2021-01-30 06:07:56 +01:00
parent f053f51644
commit ed6aff3b1e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -374,7 +374,6 @@ def is_chroot():
stat_root.st_dev != stat_init_root.st_dev or
stat_root.st_ino != stat_init_root.st_ino)
except IOError:
print('Stat failed, assuming not chroot', file=sys.stderr)
return False