uart_esc: remove timeout printf

This commit is contained in:
Julian Oes
2016-03-24 14:19:28 +01:00
committed by Lorenz Meier
parent e50f3ad4f2
commit e5dfda6d46
-1
View File
@@ -378,7 +378,6 @@ void task_main(int argc, char *argv[])
/* Timed out, do a periodic check for _task_should_exit. */
if (pret == 0) {
PX4_INFO("timeout");
continue;
}