Skip to content

Commit 6397634

Browse files
committed
🧹
1 parent 27157c1 commit 6397634

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎lib/redhound/header/ether.rb

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def initialize(bytes:)
1818
end
1919

2020
def generate
21-
pp @bytes[0..5]
2221
@dhost = @bytes[0..5]
2322
@shost = @bytes[6..11]
2423
@type = @bytes[12..13]

0 commit comments

Comments
 (0)