mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 03:56:18 -04:00
Remove old LOG line
This commit is contained in:
@@ -242,7 +242,6 @@ int ZoneMinderDeviceSource::getNextFrame() {
|
||||
|
||||
pthread_mutex_lock(&m_mutex);
|
||||
while ( m_captureQueue.size() >= m_queueSize ) {
|
||||
//LOG(DEBUG) << "Queue full size drop frame size:" << (int)m_captureQueue.size() ;
|
||||
Debug(2, "Queue full dropping frame %d", m_captureQueue.size());
|
||||
NAL_Frame * f = m_captureQueue.front();
|
||||
m_captureQueue.pop_front();
|
||||
|
||||
Reference in New Issue
Block a user