commented logs

This commit is contained in:
2023-11-30 21:35:52 +03:00
parent bfdca3ffcb
commit 71d0bc1018
2 changed files with 2 additions and 4 deletions

2
io.go
View File

@ -59,7 +59,7 @@ func (e *Package) ReadPackage() bool {
e.PayloadType = r.TryReadBits(8)
e.SSRC = r.TryReadBits(16)
log.Println(e.PayloadType)
// log.Println(e.PayloadType)
is_special := e.Encription == 1 && e.Mark == 1
if is_special {