Skip to content

Commit

Permalink
remove unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher142 authored and forcodedancing committed May 19, 2022
1 parent c861101 commit 9b2dfd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/tokens/burn/handler_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package burn

import (
"fmt"
"testing"

"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -173,7 +172,6 @@ func TestHandleBurn(t *testing.T) {

burnMsg = NewMsg(acc2.GetAddress(), "NNB-000", 90000000)
sdkResult = handler(ctx, burnMsg)
fmt.Println(sdkResult.Log)
require.Equal(t, true, sdkResult.Code.IsOK())

account2 := accountKeeper.GetAccount(ctx, acc2.GetAddress()).(types.NamedAccount)
Expand Down

0 comments on commit 9b2dfd4

Please sign in to comment.