Delete unnecessary output

This commit is contained in:
stirlingx
2020-11-12 18:59:36 +08:00
committed by GitHub
parent 8b889139e9
commit 8246149544
-1
View File
@@ -64,7 +64,6 @@ var infoCmd = &cli.Command{
fmt.Printf("%s:\n", path.ID)
fmt.Printf("\tWeight: %d; Use: ", path.Weight)
if path.CanSeal || path.CanStore {
fmt.Printf("Weight: %d; Use: ", path.Weight)
if path.CanSeal {
fmt.Print("Seal ")
}