From 41269468f2d6ffc59274be757d47df1692caee65 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Wed, 10 Feb 2016 11:01:34 +0100 Subject: [PATCH] POSIX main: get rid of some leftover printfs --- src/platforms/posix/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/platforms/posix/main.cpp b/src/platforms/posix/main.cpp index 1d302b37d4..e69a65c2a7 100644 --- a/src/platforms/posix/main.cpp +++ b/src/platforms/posix/main.cpp @@ -288,8 +288,6 @@ int main(int argc, char **argv) while (!_ExitFlag) { - cout << "still here" << endl; - char c = getchar(); switch (c) { @@ -369,13 +367,10 @@ int main(int argc, char **argv) } else { while (!_ExitFlag) { - PX4_INFO("sleeping here"); usleep(100000); } } - PX4_INFO("leaving........"); - // TODO: Always try to stop muorb for QURT because px4_task_is_running doesn't seem to work. if (true) { //if (px4_task_is_running("muorb")) {