[skip ci] remove comment

This commit is contained in:
az 2023-02-02 21:16:32 +01:00
parent 860dcb2fd8
commit b0b63b1b4e

View file

@ -93,7 +93,6 @@ private fun createRemoteProvInstance(
}
// todo: consider removal as password can be retrieved by PromptSecretSource
internal fun retrievePassword(cliCommand: TargetCliCommand): Secret? {
var password: Secret? = null
if (cliCommand.isValidRemote() && cliCommand.passwordInteractive) {