diff --git a/flv/FLV.go b/flv/FLV.go index 27ec4e9b..22af9e65 100644 --- a/flv/FLV.go +++ b/flv/FLV.go @@ -73,6 +73,5 @@ func (h *Header) ToByteSlice() (output []byte) { 0x00 | btb(h.AudioFlag)<<2 | btb(h.VideoFlag), 0x00, 0x00, 0x00, byte(9), }...) - fmt.Println(output) return }