Skip to content

Commit

Permalink
Remove leftover print statement (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
pharr117 authored Sep 18, 2023
1 parent 7dc3628 commit 2f60c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cosmos/modules/distribution/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ func (sf *WrapperMsgWithdrawValidatorCommission) HandleMsg(msgType string, msg s
if amountRecieved != "" {
return errors.New("unexpected amount received in withdraw commission event, unparsed amount and receiver")
}

fmt.Println("Here")
default:
return errors.New("no valid withdrawvalidatorcommission events found")
}
Expand Down

0 comments on commit 2f60c77

Please sign in to comment.