1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +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:
Steven Allen
2018-01-23 19:59:21 -08:00
parent 4e796fd9a8
commit 61b1d2f258

View File

@ -131,9 +131,6 @@ func mainRet() int {
// ok everything is good. set it on the invocation (for ownership)
// and return it.
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,
})
if err != nil {