Skip to content

Commit 4eced17

Browse files
committed
silence logs
1 parent 579bc9c commit 4eced17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func main() {
1717
// Healthcheck endpoint
1818
http.HandleFunc("/healthz", func(w http.ResponseWriter, r *http.Request) {
1919
fmt.Fprintf(w, "OK")
20-
fmt.Printf("GET %s\n", r.URL.Path)
2120
})
2221

2322
// Take one for the team

0 commit comments

Comments
 (0)