mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove debug output
This commit is contained in:
parent
7f2202fdcf
commit
519ff5e605
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ class MountAdditional(Task):
|
|||
if partition.name not in ["boot", "swap", "root"]:
|
||||
partitions.append(partition.name)
|
||||
for partition_name in sorted(partitions, key=len, reverse=False):
|
||||
print partition_name
|
||||
partition = getattr(p_map, partition_name)
|
||||
os.makedirs(os.path.join(info.root, partition.name))
|
||||
if partition.mountopts is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue