summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 17:38:21 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 17:38:21 +0530
commitd1a2847a266f344911bb791d083b72529cf90c63 (patch)
tree793b663b547cc48626a1d931c3e84a4da365ac69
parent203fb6c58a465ef712ca3e2998af25989433157d (diff)
downloadlegit-d1a2847a266f344911bb791d083b72529cf90c63.tar.gz
legit-d1a2847a266f344911bb791d083b72529cf90c63.tar.bz2
legit-d1a2847a266f344911bb791d083b72529cf90c63.zip
index: turn off logging, it's too noisy
-rw-r--r--routes/routes.go1
1 files changed, 0 insertions, 1 deletions
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
}