forked from forgejo/forgejo
print err
This commit is contained in:
parent
677643b812
commit
16cb1e974c
2 changed files with 1 additions and 2 deletions
|
@ -244,7 +244,6 @@ func GetCommitsByCommitId(userName, repoName, commitId string) (*list.List, erro
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
fmt.Println(userName, repoName, commitId)
|
||||
r, err := repo.LookupReference(commitId)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue