remove trace

This commit is contained in:
Lunny Xiao 2014-04-11 10:44:09 +08:00
parent 8cfa2be433
commit ee2d8d2469
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ func Http(ctx *middleware.Context, params martini.Params) {
config := Config{base.RepoRootPath, "git", true, true, func(rpc string, input []byte) {
if rpc == "receive-pack" {
firstLine := bytes.IndexRune(input, '\n')
fmt.Println("firstLine", firstLine)
if firstLine > -1 {
fields := strings.Fields(string(input[:firstLine]))
if len(fields) > 3 {