remove useless debug code
This commit is contained in:
parent
190d8d1600
commit
f98217e62a
|
@ -75,7 +75,6 @@ void StreamBase::updateFrameRate( double fps ) {
|
|||
|
||||
bool StreamBase::checkCommandQueue() {
|
||||
if ( sd >= 0 ) {
|
||||
Debug(2, "sd is (%d)", sd );
|
||||
CmdMsg msg;
|
||||
memset( &msg, 0, sizeof(msg) );
|
||||
int nbytes = recvfrom( sd, &msg, sizeof(msg), MSG_DONTWAIT, 0, 0 );
|
||||
|
|
Loading…
Reference in New Issue