Merge pull request #9486 from filecoin-project/gstuart/remove-banner

fix: upgrade: no splash banner for nv17 :(
This commit is contained in:
Aayush Rajasekaran 2022-10-13 15:20:39 -04:00 committed by GitHub
commit 3c1b723c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}