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'))