Merge pull request #4819 from liyue201/master
Delete the duplicate output
This commit is contained in:
commit
28ffa8ca06
@ -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 ")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user