From 61b1d2f258f0d73ccbb038b998afe5e7893bb88c Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 23 Jan 2018 19:59:21 -0800 Subject: [PATCH] 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 --- cmd/ipfs/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/ipfs/main.go b/cmd/ipfs/main.go index d8e6a2678..7b8b68b6c 100644 --- a/cmd/ipfs/main.go +++ b/cmd/ipfs/main.go @@ -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 {