2
0
Mohammed Nafees 4 жил өмнө
parent
commit
4590fab0f6

+ 0 - 2
internal/registry/registry.go

@@ -774,8 +774,6 @@ func (r *Registry) GetECRPaginatedImages(
 		res = append(res, v)
 	}
 
-	fmt.Printf("LEN: %d\n", len(res))
-
 	return res, resp.NextToken, nil
 }