Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsafronovici committed Jul 16, 2024
1 parent 8aca10b commit f3725ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scm/driver/bitbucket/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ func (s *gitService) ListTags(ctx context.Context, repo string, opts scm.ListOpt
res.Page.Next = 0
}

fmt.Printf("xxxxx res=%+v\n", res)
fmt.Printf("xxxxx out=%+v\n", out)

return convertTagList(out), res, err
}

Expand Down

0 comments on commit f3725ef

Please sign in to comment.