remove log

This commit is contained in:
nareix 2016-06-15 10:30:15 +08:00
parent b0ccdad10b
commit 06147bce35

View File

@ -746,9 +746,6 @@ func (self *Stream) handlePacket(timestamp uint32, packet []byte) (err error) {
switch self.Type() {
case av.H264:
if self.client != nil && self.client.DebugRtp {
fmt.Printf("rtsp: h264 data=%x\n", packet)
}
if err = self.handleH264Payload(timestamp, packet); err != nil {
return
}