remove useless debug code

This commit is contained in:
Isaac Connor 2018-01-28 15:17:48 -05:00
parent 190d8d1600
commit f98217e62a
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ void StreamBase::updateFrameRate( double fps ) {
bool StreamBase::checkCommandQueue() { bool StreamBase::checkCommandQueue() {
if ( sd >= 0 ) { if ( sd >= 0 ) {
Debug(2, "sd is (%d)", sd );
CmdMsg msg; CmdMsg msg;
memset( &msg, 0, sizeof(msg) ); memset( &msg, 0, sizeof(msg) );
int nbytes = recvfrom( sd, &msg, sizeof(msg), MSG_DONTWAIT, 0, 0 ); int nbytes = recvfrom( sd, &msg, sizeof(msg), MSG_DONTWAIT, 0, 0 );