Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-yeo committed Aug 11, 2021
1 parent 9f512d7 commit 0eb5ee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/wasm/keeper/connector.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package keeper

import (
"fmt"

wasmvmtypes "github.com/CosmWasm/wasmvm/types"
"github.com/terra-project/core/custom/auth/ante"
"github.com/terra-project/core/x/wasm/types"
Expand Down Expand Up @@ -150,7 +148,6 @@ func (k Keeper) dispatchMessage(ctx sdk.Context, contractAddr sdk.AccAddress, ms
}
}

fmt.Println("SIBONG", msg, sdkMsg)
res, err := k.handleSdkMessage(ctx, contractAddr, sdkMsg)
if err != nil {
return nil, nil, err
Expand Down

0 comments on commit 0eb5ee0

Please sign in to comment.