Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Jun 20, 2023
1 parent 5b4a7d1 commit 9d12847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package app

import (
"fmt"
"io"
"os"
"path/filepath"
Expand Down Expand Up @@ -722,7 +721,6 @@ func (app *CentauriApp) GetTxConfig() client.TxConfig {

// BeginBlocker application updates every begin block
func (app *CentauriApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock {
fmt.Println("Begin Block :", ctx.BlockHeight())
if ctx.BlockHeight() == ForkHeight {
bech32stakingmigration.MigrateUnbonding(ctx, app.keys[stakingtypes.StoreKey], app.appCodec)
}
Expand Down

0 comments on commit 9d12847

Please sign in to comment.