Skip to content

Commit

Permalink
Remove extra verbose line
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Jan 23, 2021
1 parent a655f24 commit c2e2ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/private/Find-ChocoPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function Find-ChocoPackage {
[array]$RegisteredPackageSources = Get-PackageSources

if ($options -and $options.ContainsKey('Source')) {
# Finding the matched package sources from the registered ones
Write-Verbose ($LocalizedData.SpecifiedSourceName -f ($options['Source']))
if ($RegisteredPackageSources.Name -eq $options['Source']) {
# Found the matched registered source
$selectedSource = $options['Source']
Expand Down

0 comments on commit c2e2ebe

Please sign in to comment.