Skip to content

Commit e8d45e2

Browse files
sffortytwoktrysmt
authored andcommitted
Removed accidental print (#75)
1 parent 6df1ade commit e8d45e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repository.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ func (r *Repository) Get(ro *RepositoryOptions) (*Repository, error) {
107107
func (r *Repository) ListFiles(ro *RepositoryFilesOptions) ([]RepositoryFile, error) {
108108
filePath := path.Join("/repositories", ro.Owner, ro.RepoSlug, "src", ro.Ref, ro.Path) + "/"
109109
urlStr := r.c.requestUrl(filePath)
110-
print(urlStr)
111110
response, err := r.c.execute("GET", urlStr, "")
112111
if err != nil {
113112
return nil, err

0 commit comments

Comments
 (0)