Skip to content

Commit

Permalink
remove logging gov keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
p0p3yee authored Jul 25, 2024
1 parent 340bdb1 commit 965362c
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 965362c

Please sign in to comment.