Skip to content

Commit

Permalink
Remove Debug Msg
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Oct 24, 2024
1 parent fa93343 commit 99cf0b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/pkg/accountant/submit_obs.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ func GetObservationResponses(txResp *sdktx.BroadcastTxResponse) (map[string]Obse
return nil, fmt.Errorf("failed to unmarshal data: %w", err)
}

fmt.Println("joel-msg", msg)

var execContractResp wasmdtypes.MsgExecuteContractResponse
if len(msg.MsgResponses) > 0 {
if err := execContractResp.Unmarshal(msg.MsgResponses[0].Value); err != nil {
Expand Down

0 comments on commit 99cf0b6

Please sign in to comment.