Skip to content

Commit

Permalink
no logger availble without env
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jun 25, 2024
1 parent d29add3 commit 1717389
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/upgrade/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ func NewKeeper(skipUpgradeHeights map[int64]bool, storeService corestore.KVStore
authority: authority,
}

if homePath == "" {
k.Logger.Warn("homePath is empty; upgrade info will be written to the current directory")
}

return k
}

Expand Down

0 comments on commit 1717389

Please sign in to comment.