diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:38:21 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:38:21 +0530 |
commit | d1a2847a266f344911bb791d083b72529cf90c63 (patch) | |
tree | 793b663b547cc48626a1d931c3e84a4da365ac69 /routes | |
parent | 203fb6c58a465ef712ca3e2998af25989433157d (diff) | |
download | legit-d1a2847a266f344911bb791d083b72529cf90c63.tar.gz legit-d1a2847a266f344911bb791d083b72529cf90c63.tar.bz2 legit-d1a2847a266f344911bb791d083b72529cf90c63.zip |
index: turn off logging, it's too noisy
Diffstat (limited to 'routes')
-rw-r--r-- | routes/routes.go | 1 |
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 } |