fix(logging): fix duplicate logs
This commit is contained in:
parent
1c0ace8ca3
commit
2fba090e7f
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue