X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e065d5863b9b36c1cd221f676baffa57e20e7498..8881d33b836850edbb8c874782d1243e952632bb:/lib/crunchrun/docker.go?ds=sidebyside diff --git a/lib/crunchrun/docker.go b/lib/crunchrun/docker.go index 06e5b5b1ec..e62f2a39ba 100644 --- a/lib/crunchrun/docker.go +++ b/lib/crunchrun/docker.go @@ -215,7 +215,6 @@ func (e *dockerExecutor) Wait(ctx context.Context) (int, error) { for { select { case waitBody := <-waitOk: - e.logf("Container exited with code: %v", waitBody.StatusCode) // wait for stdout/stderr to complete <-e.doneIO return int(waitBody.StatusCode), nil