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")) {