From 6cb7bd4414e88782adb693f57fab7eb0d7ae2536 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 5 Nov 2019 10:02:07 +0100 Subject: [PATCH] Removes not required console output --- lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1 b/lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1 index 09079dc..68a47b5 100644 --- a/lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1 +++ b/lib/core/icingaagent/misc/Start-IcingaAgentInstallWizard.psm1 @@ -67,7 +67,6 @@ function Start-IcingaAgentInstallWizard() $InstallerArguments = $Result.Args; $Result = Set-IcingaWizardArgument -DirectorArgs $DirectorArgs -WizardArg 'SelfServiceAPIKey' -Value $SelfServiceAPIKey -InstallerArguments $InstallerArguments -Default $null; if ([string]::IsNullOrEmpty($Result.Value) -eq $FALSE) { - Write-Host 'Setting self service arg' $SelfServiceAPIKey = $Result.Value; $InstallerArguments = $Result.Args; }