| Index: milo/appengine/buildbot/build.go
|
| diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
|
| index c6f7e0c977bd902aaa08dbc5e956b1119dfebc83..4745c78497cb4b481a80a840e41e0a03cf54050b 100644
|
| --- a/milo/appengine/buildbot/build.go
|
| +++ b/milo/appengine/buildbot/build.go
|
| @@ -143,7 +143,6 @@ func summary(c context.Context, b *buildbotBuild) resp.BuildComponent {
|
| }
|
| source := &resp.Link{
|
| Label: fmt.Sprintf("%s/%s/%d", b.Master, b.Buildername, b.Number),
|
| - // TODO(hinoka): Internal builds.
|
| URL: fmt.Sprintf(
|
| "https://%s/%s/builders/%s/builds/%d",
|
| host, b.Master, b.Buildername, b.Number),
|
|
|