diff --git a/main.go b/main.go index 85aa0f6..763cd34 100644 --- a/main.go +++ b/main.go @@ -72,9 +72,7 @@ Disallow: /harm/to/self `) default: - log.Printf("sourceIP: %s, isHeadless: %t", sourceIP, isHeadless) http.NotFound(w, r) - return } }