remove starting node log in piecestore server (#964)

This commit is contained in:
Cameron 2019-01-03 13:57:12 -05:00 committed by GitHub
parent 011b889ba7
commit 9fa874459a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,6 @@ func (c Config) Run(ctx context.Context, server *provider.Provider) (err error)
log.Fatal(s.Stop(ctx))
}()
s.log.Info("Started Node", zap.String("ID", fmt.Sprint(server.Identity().ID)))
return server.Run(ctx)
}