diff --git a/plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy b/plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy index 243d3f9a00..b2628ba404 100644 --- a/plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy +++ b/plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy @@ -203,7 +203,6 @@ class AzBatchService implements Closeable { } } def sortedScores = scores.sort { it[0] } - log.warn "[AZURE BATCH] sortedScores: $sortedScores" return sortedScores ? getVmType(location, sortedScores.first()[1] as String) : null }