Skip to content

Commit

Permalink
Merge pull request #3 from Fairblock/remove-log
Browse files Browse the repository at this point in the history
remove logging gov keeper
  • Loading branch information
ap0calypse644 authored Jul 25, 2024
2 parents 340bdb1 + 965362c commit 4583a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/gov/module_ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type IBCModule struct {
}

func NewIBCModule(k *keeper.Keeper) IBCModule {
fmt.Println("\n\n\n\nGov IBC module : ", k)
return IBCModule{
keeper: k,
}
Expand Down

0 comments on commit 4583a16

Please sign in to comment.