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() {
|
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 );
|
||||||
|
|
Loading…
Reference in New Issue