Skip to content

Commit

Permalink
Don't need this print
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 21, 2016
1 parent fa173f2 commit 9adf776
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions os_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ package main
// and the RSSI signal plus a boolean flag indicating if such content
// was found in the given line.

import (
"fmt"
"regexp"
)
import "regexp"

// Regular expression matching standard (IEEE 802) MAC-48 addresses
const macExpr = "([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})"
Expand Down Expand Up @@ -48,7 +45,6 @@ func populateConfigurations(wlanInterface string) {
ScanConfig: ScanParsingConfig{darwinFindMac, darwinFindRssi},
}

fmt.Println(useIwlist)
if !useIwlist {
linuxCommand := "/sbin/iw dev " + wlanInterface + " scan -u"
osConfigurations["linux"] = OSConfig{
Expand Down

0 comments on commit 9adf776

Please sign in to comment.