From 0ff3746c54507632caff9d402c91ff7c078ba383 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 24 Feb 2018 18:58:03 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- network/wifi_station.go | 1 - 1 file changed, 1 deletion(-) diff --git a/network/wifi_station.go b/network/wifi_station.go index 68f2ed79..06f7cee5 100644 --- a/network/wifi_station.go +++ b/network/wifi_station.go @@ -1,7 +1,6 @@ package network import ( - "fmt" "strconv" )