Commit 61b1d2f2 authored by Steven Allen's avatar Steven Allen

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: default avatarSteven Allen <steven@stebalien.com>
parent 4e796fd9
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment