Skip to content

Commit

Permalink
Removed debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed Mar 8, 2019
1 parent cac6876 commit 1b87c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion portscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func getRoute(config ScanConfig) routeFinder {
if config == lastConfig {
return lastRoute
}
println("Calculating Route")
//get the network interface to use for scanning: ppp0, eth0, en0 etc.
route := routeFinder{}
dev, netIface, err := getPreferredDevice(config)
Expand Down

0 comments on commit 1b87c77

Please sign in to comment.