From a5a6a1fc8f76a9a7ebbe98cc94b5356f2a23bdec Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Fri, 13 Sep 2019 11:33:44 +0200 Subject: [PATCH] Remove verbos logs on readExitFile check --- .../groovy/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy | 2 +- .../nextflow/src/main/groovy/nextflow/k8s/K8sTaskHandler.groovy | 2 +- .../src/main/nextflow/ga4gh/tes/executor/TesTaskHandler.groovy | 2 +- .../cloud/google/pipelines/GooglePipelinesHelper.groovy | 2 +- .../cloud/google/pipelines/GooglePipelinesTaskHandler.groovy | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/nextflow/src/main/groovy/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy b/modules/nextflow/src/main/groovy/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy index 532c56f695..01b4422285 100644 --- a/modules/nextflow/src/main/groovy/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy +++ b/modules/nextflow/src/main/groovy/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy @@ -228,7 +228,7 @@ class AwsBatchTaskHandler extends TaskHandler implements BatchHandler