Skip to content

Commit 67ffc8a

Browse files
committed
Removing Azure vmList from log [ci fast]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 4bd0b61 commit 67ffc8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: plugins/nf-azure/src/main/nextflow/cloud/azure/batch/AzBatchService.groovy

-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ class AzBatchService implements Closeable {
160160
final vmList = new JsonSlurper().parse(json) as List<Map>
161161
if ( vmList.isEmpty() )
162162
log.warn("No VM sizes found for Azure location: $location")
163-
else
164-
log.debug("[AZURE BATCH] Azure location '$location' -> vmList: ${vmList}")
165163
return vmList
166164
}
167165

0 commit comments

Comments
 (0)