Remove commented old code

pull/511/head
romanitho 2023-12-06 23:30:31 +01:00
parent 9fe43c8f0a
commit 9277a18bc1
1 changed files with 0 additions and 1 deletions

View File

@ -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) {