Remove commented-out code

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-10-16 16:51:26 -04:00
parent f7f8dfcf5c
commit 322a47033a

View File

@@ -66,10 +66,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
if importMap[line[0]] == nil {
importMap[line[0]] = new(node.NodeConf)
}
// ok := importMap[line[0]].SetLopt(records[0][j], line[j])
// if !(ok) {
// wwlog.Debug("Could not import %s\n", line[j])
// }
}
}
yes := apiutil.ConfirmationPrompt(fmt.Sprintf("Are you sure you want to import %d nodes", len(importMap)))