Skip to content

Commit

Permalink
Delete unnecessary output
Browse files Browse the repository at this point in the history
  • Loading branch information
liyue201 authored Nov 12, 2020
1 parent 8b88913 commit 8246149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/lotus-seal-worker/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 ")
}
Expand Down

0 comments on commit 8246149

Please sign in to comment.