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++ }