summaryrefslogtreecommitdiffstats
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/routes.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/routes.go b/routes/routes.go
index f52e86a..7e2e897 100644
--- a/routes/routes.go
+++ b/routes/routes.go
@@ -188,6 +188,7 @@ func (d *deps) Log(w http.ResponseWriter, r *http.Request) {
}
commits, err := gr.Commits()
+ log.Println(len(commits))
if err != nil {
d.Write500(w)
log.Println(err)