Skip to content

Commit

Permalink
Remove debug print statements (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Jan 4, 2024
1 parent aecd577 commit 223c2a9
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 223c2a9

Please sign in to comment.