From 2fba090e7f8b3291051835ed4e1e06235544255d Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 27 Aug 2024 06:18:58 +0800 Subject: [PATCH] fix(logging): fix duplicate logs --- main.go | 2 -- 1 file changed, 2 deletions(-) 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 } }