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

@@ -25,10 +25,6 @@ var _protocol api.Protocol = api.Protocol{
Priority: 2,
}
func init() {
log.Println("Initializing Kafka extension...")
}
type dissecting string
func (d dissecting) Register(extension *api.Extension) {