Remove commented old code
parent
9fe43c8f0a
commit
9277a18bc1
|
@ -44,7 +44,6 @@ Function Update-App ($app) {
|
|||
}
|
||||
|
||||
#Check if application updated properly
|
||||
#$FailedToUpgrade = $false
|
||||
$ConfirmInstall = Confirm-Installation $($app.Id) $($app.AvailableVersion)
|
||||
|
||||
if ($ConfirmInstall -ne $true) {
|
||||
|
|
Loading…
Reference in New Issue