Removed no longer required Output writing

This commit is contained in:
Lord Hepipud 2019-07-22 08:38:38 +02:00
parent 3078a0a937
commit 1093cd17dc

View file

@ -85,7 +85,6 @@ function New-IcingaCheckPackage()
}
if ($Silent -eq $FALSE -And [int]$this.exitcode -ne $IcingaEnums.IcingaExitCode.Unknown) {
#Write-Host ([string]::Format('Check result for package {0} ({1}):{2}', $this.name, $this.GetPackageConfigMessage(), "`r`n"));
$this.PrintOutputMessages();
}