Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jan 4, 2024
1 parent aecd577 commit c017d79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/model/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ type AzureRepo struct {
// Expects a repo string in the format org/project/_git/repo
func NewAzureRepo(packageManager string, repo string, directory string) *AzureRepo {
repoParts := strings.Split(repo, "/")
for i, part := range repoParts {
println(i, part)
}
if len(repoParts) != 4 {
return nil
}
Expand Down

0 comments on commit c017d79

Please sign in to comment.