POSIX main: get rid of some leftover printfs

This commit is contained in:
Julian Oes 2016-02-10 11:01:34 +01:00
parent bfd37c4458
commit 41269468f2
1 changed files with 0 additions and 5 deletions

View File

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