fix: removed forced sniffer Printf

This commit is contained in:
evilsocket 2018-02-05 18:50:03 +01:00
commit db04e21316
2 changed files with 4 additions and 18 deletions

View file

@ -30,7 +30,6 @@ func NewSnifferEvent(t time.Time, proto string, src string, dst string, data Sni
}
func (e SnifferEvent) Push() {
fmt.Printf("%s\n", e.Message)
session.I.Events.Add("net.sniff.leak."+e.Protocol, e)
session.I.Refresh()
}