Skip to content

Commit

Permalink
Fix daemon startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Oct 9, 2019
1 parent 33b4b3a commit c01c352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package node

import (
"context"
"fmt"
"time"

"github.com/filecoin-project/go-filecoin/actor/builtin"
Expand Down Expand Up @@ -279,7 +278,6 @@ func (b *Builder) buildNetwork(ctx context.Context, config *config.BootstrapConf
if err != nil {
return NetworkSubmodule{}, err
}
fmt.Printf("networkName: %s\n", networkName)

periodStr := config.Period
period, err := time.ParseDuration(periodStr)
Expand Down

0 comments on commit c01c352

Please sign in to comment.