diff --git a/pkg/runner/builtin/runner.go b/pkg/runner/builtin/runner.go index e182204ae..249ce6cb2 100644 --- a/pkg/runner/builtin/runner.go +++ b/pkg/runner/builtin/runner.go @@ -244,16 +244,6 @@ func (r *Runner) Logs(build *common.Build) (io.ReadCloser, error) { } return client.ContainerLogs(info.Id, logOptsTail) - // rc, err := client.ContainerLogs(info.Id, logOptsTail) - // if err != nil { - // return nil, err - // } - // pr, pw := io.Pipe() - // go func() { - // defer rc.Close() - // docker.StdCopy(pw, pw, rc) - // }() - // return pr, nil } func cname(build *common.Build) string {