Remove a vestigial printf from wwctl upgrade
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -133,7 +133,6 @@ func (this *NodesYaml) Upgrade(addDefaults bool, replaceOverlays bool, warewulfc
|
||||
} else {
|
||||
upgraded.NodeProfiles["default"].Resources["fstab"] = fstab
|
||||
}
|
||||
fmt.Printf("RECORDED FSTAB: %+v\n", upgraded.NodeProfiles["default"].Resources["fstab"])
|
||||
}
|
||||
}
|
||||
return upgraded
|
||||
|
||||
Reference in New Issue
Block a user