[client] nal: removed useless debug print

This commit is contained in:
Geoffrey McRae 2018-01-05 23:13:22 +11:00
parent 80c9e24604
commit 634be5b096

View File

@ -972,7 +972,6 @@ bool nal_parse(NAL this, const uint8_t * src, size_t size)
i = offset >> 3;
}
DEBUG_INFO("return");
return true;
}