print err

forgejo
slene 10 years ago
parent 677643b812
commit 16cb1e974c

@ -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

@ -37,7 +37,7 @@ func Commits(ctx *middleware.Context, params martini.Params) {
}
if err != nil {
ctx.Handle(404, "repo.Commits", nil)
ctx.Handle(404, "repo.Commits", err)
return
}

Loading…
Cancel
Save