summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 14:57:51 -0600
committerJeff Carr <[email protected]>2024-01-06 14:57:51 -0600
commit5dee2af78434191a27987acfb02902a11f81067c (patch)
tree43e9877f72f3a575c68c3e6648ab4928ecf511cb /main.go
parentba3d5a3cb24429692a1d799e73a9d53cc798212e (diff)
old window is nearly deprecated
Signed-off-by: Jeff Carr <[email protected]>
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