aboutsummaryrefslogtreecommitdiff
path: root/routers
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-02-25 15:28:04 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-02-25 15:28:04 +0800
commitbbf53450046f067842bb3731fad46db14333ff4c (patch)
tree73967fcdd47a55cc188a2aa88226cdb19b5abffa /routers
parentf7826d4ed780c29058a0825a9d821523980777de (diff)
ssh push support
Diffstat (limited to 'routers')
-rw-r--r--routers/repo/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/repo.go b/routers/repo/repo.go
index 11e9e2fb..8b9c9cef 100644
--- a/routers/repo/repo.go
+++ b/routers/repo/repo.go
@@ -23,7 +23,7 @@ func Create(req *http.Request, r render.Render) {
}
// TODO: access check
- fmt.Println(req.FormValue("userId"), req.FormValue("name"))
+ //fmt.Println(req.FormValue("userId"), req.FormValue("name"))
id, err := strconv.ParseInt(req.FormValue("userId"), 10, 64)
if err == nil {