diff --git a/node/staking.go b/node/staking.go index 57b984c9e..f1c24ebcb 100644 --- a/node/staking.go +++ b/node/staking.go @@ -71,8 +71,6 @@ func (node *Node) printStakingList() { Interface("amount", stakeInfo.Amount). Msg("") } - utils.Logger().Info().Msg("CURRENT STAKING INFO [END} ------------------------------------") - utils.Logger().Info().Msg("\n") } //The first four bytes of the call data for a function call specifies the function to be called.