mirror of
https://github.com/soypat/lneto.git
synced 2026-08-07 08:23:42 +00:00
remove debug print statement
This commit is contained in:
@@ -186,7 +186,6 @@ func (c *Client) Encapsulate(carrierFrame []byte, frameOffset int) (int, error)
|
||||
}
|
||||
|
||||
func (c *Client) Demux(carrierData []byte, frameOffset int) error {
|
||||
fmt.Println("DEMUX DHCP")
|
||||
if c.isClosed() {
|
||||
return net.ErrClosed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user