Skip to content

Commit

Permalink
dummy commit to test if everything still works
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Nov 3, 2021
1 parent 4ad3a11 commit 882156b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/raw/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 882156b

Please sign in to comment.