mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 10:49:24 +08:00
remove todo
I've looked into this and I agree, Online was always false (and should be in this case, anyways). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -131,9 +131,6 @@ func mainRet() int {
|
|||||||
// ok everything is good. set it on the invocation (for ownership)
|
// ok everything is good. set it on the invocation (for ownership)
|
||||||
// and return it.
|
// and return it.
|
||||||
n, err = core.NewNode(ctx, &core.BuildCfg{
|
n, err = core.NewNode(ctx, &core.BuildCfg{
|
||||||
// TODO(keks) figure out how Online was set before. I think it was set to
|
|
||||||
// a value that always is the zero value so we can just drop it, but
|
|
||||||
// I'll have to check that.
|
|
||||||
Repo: r,
|
Repo: r,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user