diff --git a/samy.ps1 b/samy.ps1 index 2686675..06d5287 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -70,7 +70,7 @@ function Import-SamyChunk { throw "Downloaded content was empty." } - Write-Host ("[Success] {0}" -f $Name) -ForegroundColor Green + #Write-Host ("[Success] {0}" -f $Name) -ForegroundColor Green return $content } catch {