summaryrefslogtreecommitdiffstats
path: root/routers/repo/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/repo.go')
-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 11e9e2fb65..8b9c9cef5d 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 {