We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd0b61 commit 67ffc8aCopy full SHA for 67ffc8a
plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy
@@ -160,8 +160,6 @@ class AzBatchService implements Closeable {
160
final vmList = new JsonSlurper().parse(json) as List<Map>
161
if ( vmList.isEmpty() )
162
log.warn("No VM sizes found for Azure location: $location")
163
- else
164
- log.debug("[AZURE BATCH] Azure location '$location' -> vmList: ${vmList}")
165
return vmList
166
}
167
0 commit comments