diff --git a/routes/routes.go b/routes/routes.go index 7ec2178..c2d80dd 100644 --- a/routes/routes.go +++ b/routes/routes.go @@ -38,7 +38,6 @@ func (d *deps) Index(w http.ResponseWriter, r *http.Request) { path := filepath.Join(d.c.Repo.ScanPath, dir.Name()) gr, err := git.Open(path, "") if err != nil { - log.Println(err) continue }