Remove unnecessary console output
This commit is contained in:
parent
aeca0c1a11
commit
e85ab0431f
|
@ -61,7 +61,6 @@ $null = New-Module {
|
|||
[System.Xml.XmlNode] $association = $null;
|
||||
$document = Get-DefaultAppAssociations;
|
||||
$candidates = $document.SelectNodes((& $getSelector $Identifier));
|
||||
Write-Host "Number of potential associations: $($candidates.Count)"
|
||||
|
||||
if ($candidates.Count -eq 1) {
|
||||
$association = $candidates[0];
|
||||
|
|
Loading…
Reference in a new issue