mirror of
https://github.com/jwetzell/artnet-go.git
synced 2026-08-13 19:13:39 +00:00
remove println
This commit is contained in:
@@ -3,7 +3,6 @@ package artnet
|
||||
import (
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
"fmt"
|
||||
"slices"
|
||||
)
|
||||
|
||||
@@ -46,7 +45,6 @@ func (atc *ArtTimeCode) GetID() []uint8 {
|
||||
}
|
||||
|
||||
func (atc *ArtTimeCode) UnmarshalBinary(data []byte) error {
|
||||
fmt.Println(data)
|
||||
if len(data) < 14 {
|
||||
return errors.New("ArtTimeCode packet must be at least 14 bytes long")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user