remove debug line

This commit is contained in:
Dmitry Shibanov
2020-03-18 10:16:29 +03:00
parent 1941e8d57d
commit a976829e96

View File

@@ -49,8 +49,6 @@ Add-SoftwareDetailsToMarkdown -SoftwareName $SoftwareName -DescriptionMarkdown $
if (Get-Command -Name 'helm')
{
Write-Host "helm on path"
Write-Host "Full version:"
helm version
}
else
{