remove Info statement used for testing

This commit is contained in:
Andrew Bauer 2015-08-21 10:34:23 -05:00
parent 9abc161995
commit 22dc049bf4
1 changed files with 0 additions and 2 deletions

View File

@ -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 );