From f891714db2ac7767f8ed25135f462e44f23ac23b Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Thu, 13 Oct 2022 15:19:17 -0400 Subject: [PATCH] Remove fvm splash banner from nv17 upgrade --- chain/consensus/filcns/upgrades.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index 411811f36..06d2c3286 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -1462,8 +1462,6 @@ func UpgradeActorsV9(ctx context.Context, sm *stmgr.StateManager, cache stmgr.Mi return cid.Undef, xerrors.Errorf("migrating actors v8 state: %w", err) } - fmt.Print(fvmLiftoffBanner) - return newRoot, nil }