(hopefully) make it so it can actually recover from getting behind
diff --git a/aos/linux_code/logging/linux_logging.cc b/aos/linux_code/logging/linux_logging.cc
index aed8697..65e6ca2 100644
--- a/aos/linux_code/logging/linux_logging.cc
+++ b/aos/linux_code/logging/linux_logging.cc
@@ -110,7 +110,6 @@
dropped_messages, dropped_start_seconds, dropped_start_nseconds);
if (queue->WriteMessage(dropped_message, RawQueue::kNonBlock)) {
dropped_messages = 0;
- internal::PrintMessage(stderr, *dropped_message);
} else {
// Don't even bother trying to write this message because it's not likely
// to work and it would be confusing to have one log in the middle of a