Skip to content

Commit 35bf642

Browse files
Remove extra debug
1 parent b4aba68 commit 35bf642

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/code/RegisterPSResourceRepository.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ class RegisterPSResourceRepository : PSCmdlet
116116
protected override void BeginProcessing()
117117
{
118118
RepositorySettings.CheckRepositoryStore();
119-
120119
}
121120
protected override void ProcessRecord()
122121
{

test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Describe 'Test HTTP Find-PSResource for ACR Server Protocol' -tags 'CI' {
3636

3737
It "Find resource given specific Name, Version null" {
3838
# FindName()
39-
$res = Find-PSResource -Name $testModuleName -Repository $ACRRepoName -Verbose -Debug -ErrorAction Stop
39+
$res = Find-PSResource -Name $testModuleName -Repository $ACRRepoName
4040
$res.Name | Should -Be $testModuleName
4141
$res.Version | Should -Be "5.0.0"
4242
}

0 commit comments

Comments
 (0)