headers: remove debug instruction

This commit is contained in:
aler9
2021-05-05 23:05:24 +02:00
parent 8b03c56670
commit df01c7049d

View File

@@ -39,8 +39,6 @@ func (h *RTPInfo) Read(v base.HeaderValue) error {
return err
}
fmt.Println("kvs", kvs)
for k, v := range kvs {
switch k {
case "url":