Browse Source

qvm-template-preprocess: remove confusing message

Don't confuse user during normal template install.
Marek Marczykowski-Górecki 3 years ago
parent
commit
ed6aff3b1e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      qubesadmin/tools/qvm_template_postprocess.py

+ 0 - 1
qubesadmin/tools/qvm_template_postprocess.py

@@ -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