diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 14:57:51 -0600 |
| commit | 5dee2af78434191a27987acfb02902a11f81067c (patch) | |
| tree | 43e9877f72f3a575c68c3e6648ab4928ecf511cb /main.go | |
| parent | ba3d5a3cb24429692a1d799e73a9d53cc798212e (diff) | |
old window is nearly deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |
