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>
Steven Allen committed
Jan 23, 2018 at 19:59 UTC
61b1d2f258f0d73ccbb038b998afe5e7893bb88c
1 file changed
-3
cmd/ipfs/main.go
-3
@@ -131,9 +131,6 @@ func mainRet() int {
131
// ok everything is good. set it on the invocation (for ownership)
132
// and return it.
133
n, err = core.NewNode(ctx, &core.BuildCfg{
134
- // TODO(keks) figure out how Online was set before. I think it was set to
135
- // a value that always is the zero value so we can just drop it, but
136
- // I'll have to check that.
134
Repo: r,
135
})
136
if err != nil {