Skip to content

Commit

Permalink
Remove debug print statement from DNS resource record serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
TochusC committed Oct 14, 2024
1 parent a785d39 commit 852b5d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layers/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ func (rr *DNSResourceRecord) encode(data []byte, offset int, opts gopacket.Seria
default:
noff2 := noff + 10
copy(data[noff2:], rr.Data)
fmt.Printf("serializing resource record of type %v from raw data\n Hope you know what you're doing! :)\n", rr.Type)
}

// DataLength
Expand Down

0 comments on commit 852b5d2

Please sign in to comment.