From 8246149544b030724a29c92b3aaa6f8c62656a8d Mon Sep 17 00:00:00 2001 From: stirlingx Date: Thu, 12 Nov 2020 18:59:36 +0800 Subject: [PATCH] Delete unnecessary output --- cmd/lotus-seal-worker/info.go | 1 - 1 file changed, 1 deletion(-) 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 ") }