Skip to content

Commit

Permalink
catch one last debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
thejosephstevens committed Oct 16, 2024
1 parent 5170d4d commit 590d595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oci/auth/login/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ func TestLogin_WithCache(t *testing.T) {
g.Expect(err).To(HaveOccurred())
} else {
key, err := mgr.keyFromURL(image, ImageRegistryProvider(image, ref))
fmt.Println("key", key)
g.Expect(err).ToNot(HaveOccurred())
auth, exists, err := getObjectFromCache(cache, key)
g.Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 590d595

Please sign in to comment.