Browse Source

remove todo comment

Alexander Belanger 4 năm trước cách đây
mục cha
commit
106e99f0b8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      internal/registry/registry.go

+ 0 - 1
internal/registry/registry.go

@@ -361,7 +361,6 @@ func (r *Registry) GetACRCredentials(repo repository.Repository) (string, string
 			return "", "", err
 		}
 
-		// TODO: CALL GENERATE CREDENTIALS ENDPOINT
 		registriesClient, err := armcontainerregistry.NewRegistriesClient(az.AzureSubscriptionID, cred, nil)
 
 		if err != nil {