summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.go b/main.go
index 5eb83f6..25c5e26 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,6 @@ import (
"fmt"
"strings"
"sort"
- "strconv"
"runtime"
"time"
"embed"
@@ -160,12 +159,6 @@ func linuxLoop() {
duration := timeFunction(getHostname)
log.Info("getHostname() execution Time: ", duration, "me.changed =", me.changed)
- duration = timeFunction(scanInterfaces)
- log.Log(NET, "scanInterfaces() execution Time: ", duration)
- for i, t := range me.ifmap {
- log.Log(NET, strconv.Itoa(i) + " iface = " + t.iface.Name)
- }
-
var aaaa []string
aaaa = dhcpAAAA()
var all string