Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 27, 2024
1 parent e84af23 commit 758a9fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/test/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func TestAppUpgradeV3(t *testing.T) {
require.Equal(t, appconsts.GetTimeoutPropose(appVersion), endBlockResp.Timeouts.TimeoutPropose)

_ = testApp.Commit()
fmt.Printf("block height for v3 %v\n", height)
}
require.Equal(t, v3.Version, endBlockResp.ConsensusParamUpdates.Version.AppVersion)

Expand Down

0 comments on commit 758a9fe

Please sign in to comment.