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