Remove a vestigial printf from wwctl upgrade

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-19 07:24:45 -07:00
parent 96396ed47e
commit 2e057d3a81

View File

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