From 991dd55c2f653219e9bb6164c97ed455959508e9 Mon Sep 17 00:00:00 2001 From: KnifMelti Date: Fri, 4 Nov 2022 00:40:29 +0100 Subject: [PATCH] Comment removed --- Winget-AutoUpdate/functions/Test-ModsPath.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Winget-AutoUpdate/functions/Test-ModsPath.ps1 b/Winget-AutoUpdate/functions/Test-ModsPath.ps1 index b8a9b96..cd08e4a 100644 --- a/Winget-AutoUpdate/functions/Test-ModsPath.ps1 +++ b/Winget-AutoUpdate/functions/Test-ModsPath.ps1 @@ -47,7 +47,6 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) { try { $SaveMod = Join-Path -Path "$LocalMods\" -ChildPath $_ $Mod = '{0}/{1}' -f $ModsPath.TrimEnd('/'), $_ - #Write-Host "Downloading file $dateExternal - $ExternalMods/$_ to $SaveMod" Invoke-WebRequest -Uri "$Mod" -OutFile $SaveMod $ModsUpdated++ }