Skip to content

Commit

Permalink
remove log.warn
Browse files Browse the repository at this point in the history
Signed-off-by: adamrtalbot <[email protected]>
  • Loading branch information
adamrtalbot committed Dec 11, 2024
1 parent fe387c4 commit 9aa2b9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9aa2b9d

Please sign in to comment.