From 1093cd17dc66f41e852c4c22d96c1cf0c60f91f7 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 22 Jul 2019 08:38:38 +0200 Subject: [PATCH] Removed no longer required Output writing --- lib/icinga/plugin/New-IcingaCheckPackage.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/icinga/plugin/New-IcingaCheckPackage.psm1 b/lib/icinga/plugin/New-IcingaCheckPackage.psm1 index b7f4060..7e11f98 100644 --- a/lib/icinga/plugin/New-IcingaCheckPackage.psm1 +++ b/lib/icinga/plugin/New-IcingaCheckPackage.psm1 @@ -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(); }