Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Remove rouge debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic authored Oct 10, 2023
1 parent 2ebce33 commit 7d34f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/mailbox/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (k Keeper) Dispatch(goCtx context.Context, msg *types.MsgDispatch) (*types.
// Get the Message Body
messageBytes := hexutil.MustDecode(msg.MessageBody)
if len(messageBytes) > MAX_MESSAGE_BODY_BYTES {
fmt.Println("Error: Message body too long")
return nil, types.ErrMsgTooLong
}
message = append(message, messageBytes...)
Expand Down

0 comments on commit 7d34f55

Please sign in to comment.