diff --git a/logcat_thread.cpp b/logcat_thread.cpp index 0f13f2e..9cf7418 100644 --- a/logcat_thread.cpp +++ b/logcat_thread.cpp @@ -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; }