index: turn off logging, it's too noisy
This commit is contained in:
parent
203fb6c58a
commit
d1a2847a26
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ func (d *deps) Index(w http.ResponseWriter, r *http.Request) {
|
||||||
path := filepath.Join(d.c.Repo.ScanPath, dir.Name())
|
path := filepath.Join(d.c.Repo.ScanPath, dir.Name())
|
||||||
gr, err := git.Open(path, "")
|
gr, err := git.Open(path, "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(err)
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue