mirror of
https://github.com/soypat/lneto.git
synced 2026-08-20 06:29:03 +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 {
|
func (c *Client) Demux(carrierData []byte, frameOffset int) error {
|
||||||
fmt.Println("DEMUX DHCP")
|
|
||||||
if c.isClosed() {
|
if c.isClosed() {
|
||||||
return net.ErrClosed
|
return net.ErrClosed
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user