fix(logging): fix duplicate logs

This commit is contained in:
Guanran Wang 2024-08-27 06:18:58 +08:00
parent 1c0ace8ca3
commit 2fba090e7f
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -72,9 +72,7 @@ Disallow: /harm/to/self
`) `)
default: default:
log.Printf("sourceIP: %s, isHeadless: %t", sourceIP, isHeadless)
http.NotFound(w, r) http.NotFound(w, r)
return
} }
} }