diff --git a/src/zm_rtsp.cpp b/src/zm_rtsp.cpp index abf9660e2..0dbcb7329 100644 --- a/src/zm_rtsp.cpp +++ b/src/zm_rtsp.cpp @@ -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 );