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 | ||||
|  |  | |||
|  | @ -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…
	
		Reference in a new issue