Remove debug print

This commit is contained in:
blankie 2023-02-03 11:57:12 +07:00
parent 6b6dd58a0e
commit 9e73720525
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 0 additions and 3 deletions

View File

@ -159,9 +159,6 @@ void LogcatThread::_put_if_not_stopped(LogcatThreadItem item) {
if (this->atomic_ring_buffer.try_put_and_increment_write(item)) {
break;
}
#ifndef NDEBUG
printf("spinlocking!!!\n");
#endif
if (this->_stop_source.stop_requested()) {
break;
}