Remove fvm splash banner from nv17 upgrade

This commit is contained in:
Geoff Stuart 2022-10-13 15:19:17 -04:00
parent e549a3fb4a
commit f891714db2

View File

@ -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
}