Skip to content

Commit bd390a5

Browse files
committed
Removes comments
1 parent 8b2bb5e commit bd390a5

File tree

1 file changed

+0
-4
lines changed
  • pkg/patterns/addon/pkg/loaders

1 file changed

+0
-4
lines changed

pkg/patterns/addon/pkg/loaders/git.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ func (r *GitRepository) LoadManifest(ctx context.Context, packageName string, id
8787
}
8888

8989
func (r *GitRepository) readURL(url string) ([]byte, error) {
90-
//fs := memfs.New()
91-
//_, err := git.Clone(memory.NewStorage(), fs, &git.CloneOptions{
92-
// // URL: r.baseURL,
93-
// //})
9490
repoDir := "/tmp/repo"
9591
fmt.Println(r.baseURL)
9692
_, err := git.PlainClone(repoDir, false, &git.CloneOptions{

0 commit comments

Comments
 (0)