diff --git a/internal/pkg/upgrade/node.go b/internal/pkg/upgrade/node.go index 8bea20c6..e0d85d9d 100644 --- a/internal/pkg/upgrade/node.go +++ b/internal/pkg/upgrade/node.go @@ -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