提交 61b1d2f2 作者: 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: 's avatarSteven Allen <steven@stebalien.com>
上级 4e796fd9
...@@ -131,9 +131,6 @@ func mainRet() int { ...@@ -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 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论