From 2e048cbc528341b2740b80a3dba5121fb5bfe7af Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 29 Dec 2022 19:25:20 +0100 Subject: [PATCH] Logging error --- install.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.ps1 b/install.ps1 index 51f1d60..3911288 100644 --- a/install.ps1 +++ b/install.ps1 @@ -23,10 +23,6 @@ Add-LoggingTarget -Name Console Add-LoggingTarget -Name File -Configuration @{Path = '$HOME/.winconfig/run.log'} -Write-Log -Level ($Level | Get-Random) -Message 'Message n. {0}' -Arguments $i - - - # Konfig für die prompts $choices = New-Object Collections.ObjectModel.Collection[Management.Automation.Host.ChoiceDescription] $choices.Add((New-Object Management.Automation.Host.ChoiceDescription -ArgumentList '&Yes'))