Skip to content

Commit

Permalink
Merge pull request #4819 from liyue201/master
Browse files Browse the repository at this point in the history
Delete the duplicate output
  • Loading branch information
magik6k authored Nov 12, 2020
2 parents 55240b3 + 8246149 commit 28ffa8c
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 28ffa8c

Please sign in to comment.