Skip to content

Commit

Permalink
Removed accidental print (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffortytwo authored and ktrysmt committed Sep 20, 2019
1 parent 6df1ade commit e8d45e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (r *Repository) Get(ro *RepositoryOptions) (*Repository, error) {
func (r *Repository) ListFiles(ro *RepositoryFilesOptions) ([]RepositoryFile, error) {
filePath := path.Join("/repositories", ro.Owner, ro.RepoSlug, "src", ro.Ref, ro.Path) + "/"
urlStr := r.c.requestUrl(filePath)
print(urlStr)
response, err := r.c.execute("GET", urlStr, "")
if err != nil {
return nil, err
Expand Down

0 comments on commit e8d45e2

Please sign in to comment.