Silence the logging that comes from Basenine and protocol dissectors (#835)

This commit is contained in:
M. Mert Yıldıran
2022-02-21 18:08:16 +03:00
committed by GitHub
parent a553a1b683
commit cf3106f636
8 changed files with 5 additions and 25 deletions

View File

@@ -76,10 +76,6 @@ const (
TypeHttpResponse
)
func init() {
log.Println("Initializing HTTP extension...")
}
type dissecting string
func (d dissecting) Register(extension *api.Extension) {