mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: removed bogus message from sniffer events reporting
This commit is contained in:
parent
cc8d1370f9
commit
7839a90c82
1 changed files with 0 additions and 2 deletions
|
@ -148,8 +148,6 @@ func (s *EventsStream) viewSnifferEvent(e session.Event) {
|
|||
misc += fmt.Sprintf(" \n %s:\n\n %s\n", core.Bold("Body"), string(b))
|
||||
}
|
||||
}
|
||||
} else if se.Data != nil {
|
||||
misc = fmt.Sprintf("%s", se.Data)
|
||||
}
|
||||
|
||||
fmt.Fprintf(s.output, "[%s] [%s] %s %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue