chimney: burn old debug logs

Este commit está contenido en:
AJ ONeal 2020-10-20 22:49:28 -06:00
padre 0ee8194ac7
commit 80e27fbdbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -270,7 +270,7 @@ func serve() {
fmt.Printf("error walking %q: %v\n", path, err) fmt.Printf("error walking %q: %v\n", path, err)
return nil return nil
} }
fmt.Println("path:", path, "name:", info.Name()) // "scripts/github.com/org/repo"
parts := strings.Split(filepath.ToSlash(path), "/") parts := strings.Split(filepath.ToSlash(path), "/")
if len(parts) < 3 { if len(parts) < 3 {
return nil return nil