Remove debug print
This commit is contained in:
parent
6b6dd58a0e
commit
9e73720525
|
@ -159,9 +159,6 @@ void LogcatThread::_put_if_not_stopped(LogcatThreadItem item) {
|
||||||
if (this->atomic_ring_buffer.try_put_and_increment_write(item)) {
|
if (this->atomic_ring_buffer.try_put_and_increment_write(item)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#ifndef NDEBUG
|
|
||||||
printf("spinlocking!!!\n");
|
|
||||||
#endif
|
|
||||||
if (this->_stop_source.stop_requested()) {
|
if (this->_stop_source.stop_requested()) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue