Taking out mystery print

This commit is contained in:
Saxon1 2018-05-30 11:57:55 +09:30
parent 1204b02ee5
commit 90288f546a
1 changed files with 0 additions and 1 deletions

View File

@ -73,6 +73,5 @@ func (h *Header) ToByteSlice() (output []byte) {
0x00 | btb(h.AudioFlag)<<2 | btb(h.VideoFlag), 0x00 | btb(h.AudioFlag)<<2 | btb(h.VideoFlag),
0x00, 0x00, 0x00, byte(9), 0x00, 0x00, 0x00, byte(9),
}...) }...)
fmt.Println(output)
return return
} }