From 322cd19b6ed28296bc1e87286a46851ccf33436e Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Tue, 20 Sep 2022 21:35:22 +0200 Subject: [PATCH] Cleaned from tests --- Winget-AutoUpdate/functions/Test-ListPath.ps1 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Winget-AutoUpdate/functions/Test-ListPath.ps1 b/Winget-AutoUpdate/functions/Test-ListPath.ps1 index 3b13d24..6d4a689 100644 --- a/Winget-AutoUpdate/functions/Test-ListPath.ps1 +++ b/Winget-AutoUpdate/functions/Test-ListPath.ps1 @@ -65,16 +65,3 @@ function Test-ListPath ($ListPath, $UseWhiteList, $WingetUpdatePath) { } return $false } - -# $WingetUpdatePath = "$env:ProgramData\Winget-AutoUpdate" -# $ListPath = "https://www.knifmelti.se" -# #$ListPath = "D:\Temp" -# #$ListPath = "\\TempSERVER" -# #$UseWhiteList = $true - -# #White List or Black List in share/online if differs -# if ($WingetUpdatePath -ne $ListPath){ -# $NoClean = Test-ListPath $ListPath $UseWhiteList $WingetUpdatePath -# } - -# Write-Host $NoClean