got rid of some debugging messages

This commit is contained in:
Saxon1 2018-04-19 19:15:44 +09:30
parent 0be8293ad9
commit 583374a94c
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ func (r *revid) changeState(config Config) error {
case H264: case H264:
r.Log(Info, "Using H264 parser!") r.Log(Info, "Using H264 parser!")
r.parser = parser.NewH264Parser() r.parser = parser.NewH264Parser()
fmt.Println("here")
case Mjpeg: case Mjpeg:
r.Log(Info, "Using MJPEG parser!") r.Log(Info, "Using MJPEG parser!")
r.parser = parser.NewMJPEGParser(mjpegParserInChanLen) r.parser = parser.NewMJPEGParser(mjpegParserInChanLen)