From 25be3d00a0a4a557cd8a5da010464db40f108199 Mon Sep 17 00:00:00 2001 From: jorgee Date: Thu, 16 Jan 2025 16:23:20 +0100 Subject: [PATCH] remove unnecesary warning Signed-off-by: jorgee --- .../nextflow/cloud/google/batch/GoogleBatchTaskHandler.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchTaskHandler.groovy b/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchTaskHandler.groovy index a104e5185e..c6e36e5ad5 100644 --- a/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchTaskHandler.groovy +++ b/plugins/nf-google/src/main/nextflow/cloud/google/batch/GoogleBatchTaskHandler.groovy @@ -618,7 +618,6 @@ class GoogleBatchTaskHandler extends TaskHandler implements FusionAwareTask { ) // Fallback to Google Batch automatically deduce from requested resources - log.warn "Using Google Batch default machine type." return null }