diff --git a/cmd/lotus-seal-worker/info.go b/cmd/lotus-seal-worker/info.go index dd4c7835615..65f26dc8648 100644 --- a/cmd/lotus-seal-worker/info.go +++ b/cmd/lotus-seal-worker/info.go @@ -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 ") }