remove Info statement used for testing
This commit is contained in:
parent
9abc161995
commit
22dc049bf4
|
@ -383,8 +383,6 @@ int RtspThread::run()
|
|||
if( sdpStart == std::string::npos )
|
||||
return( -1 );
|
||||
|
||||
Info("Value of RTSPDescribe: %d", mRtspDescribe );
|
||||
|
||||
if ( mRtspDescribe )
|
||||
{
|
||||
std::string DescHeader = response.substr( 0,sdpStart );
|
||||
|
|
Loading…
Reference in New Issue