From 882156b357d6101e51b9f0bd8b1e2e2f0868fb77 Mon Sep 17 00:00:00 2001 From: bilalcaliskan Date: Wed, 3 Nov 2021 22:07:33 +0300 Subject: [PATCH] dummy commit to test if everything still works --- internal/raw/utils.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/raw/utils.go b/internal/raw/utils.go index 1f50b09..174afbf 100644 --- a/internal/raw/utils.go +++ b/internal/raw/utils.go @@ -40,9 +40,6 @@ func getMacAddrs() [][]byte { continue } macAddrs = append(macAddrs, buf) - - //macAddrs = append(macAddrs, fmt.Sprintf("%02x:%02x:%02x:%02x:%02x:%02x", buf[0], buf[1], buf[2], buf[3], - // buf[4], buf[5], buf[6], buf[7])) } return macAddrs