all repos — legit @ d1a2847a266f344911bb791d083b72529cf90c63

fork of git.icyphox.sh/legit

index: turn off logging, it's too noisy
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 17:38:21 +0530
commit

d1a2847a266f344911bb791d083b72529cf90c63

parent

203fb6c58a465ef712ca3e2998af25989433157d

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M routes/routes.goroutes/routes.go

@@ -38,7 +38,6 @@ for _, dir := range dirs {

path := filepath.Join(d.c.Repo.ScanPath, dir.Name()) gr, err := git.Open(path, "") if err != nil { - log.Println(err) continue }