fix: fixed a bug which prevented -no-colors from working correctly

This commit is contained in:
evilsocket 2018-03-16 12:20:24 +01:00
commit 94ba9b19d1
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 10 additions and 1 deletions

View file

@ -25,7 +25,6 @@ func (s *EventsStream) viewLogEvent(e session.Event) {
}
func (s *EventsStream) viewWiFiEvent(e session.Event) {
if strings.HasPrefix(e.Tag, "wifi.ap.") {
ap := e.Data.(*network.AccessPoint)
vend := ""