remove log spam

This commit is contained in:
vyzo 2022-04-21 14:18:21 +03:00
parent 75f00e92f5
commit 090c655422

View File

@ -257,7 +257,6 @@ type FVM struct {
} }
func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) { func NewFVM(ctx context.Context, opts *VMOpts) (*FVM, error) {
log.Info("using the FVM, this is experimental!")
circToReport := opts.FilVested circToReport := opts.FilVested
// For v14 (and earlier), we perform the FilVested portion of the calculation, and let the FVM dynamically do the rest // For v14 (and earlier), we perform the FilVested portion of the calculation, and let the FVM dynamically do the rest
// v15 and after, the circ supply is always constant per epoch, so we calculate the base and report it at creation // v15 and after, the circ supply is always constant per epoch, so we calculate the base and report it at creation