Skip to content

Commit 25e94f0

Browse files
Update src/code/ContainerRegistryServerAPICalls.cs
1 parent 278c194 commit 25e94f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/code/ContainerRegistryServerAPICalls.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ internal string GetContainerRegistryAccessToken(bool needCatalogAccess, bool isP
440440
{
441441
// A container registry repository is determined to be unauthenticated if it allows anonymous pull access. However, push operations always require authentication.
442442
bool isRepositoryUnauthenticated = isPushOperation ? false : IsContainerRegistryUnauthenticated(Repository.Uri.ToString(), needCatalogAccess, out errRecord, out accessToken);
443-
_cmdletPassedIn.WriteDebug($"Value of isRepositoryUnauthenticated: {isRepositoryUnauthenticated}");
444443

445444
_cmdletPassedIn.WriteDebug($"Is repository unauthenticated: {isRepositoryUnauthenticated}");
446445

0 commit comments

Comments
 (0)