revert debug items

This commit is contained in:
Trent Lukaczyk
2015-02-06 18:57:53 -08:00
parent 52d5d690ff
commit 99557aec52
2 changed files with 2 additions and 6 deletions

View File

@@ -44,6 +44,7 @@
#include <nuttx/config.h>
#include <unistd.h>
#include <pthread.h>
#include <stdio.h>
#include <math.h>
#include <stdbool.h>
#include <fcntl.h>
@@ -1458,11 +1459,6 @@ MavlinkReceiver::receive_thread(void *arg)
/* if read failed, this loop won't execute */
for (ssize_t i = 0; i < nread; i++) {
if (mavlink_parse_char(_mavlink->get_channel(), buf[i], &msg, &status)) {
printf("\n");
printf("HANDLE MESSAGE\n");
printf("MSGID:%i\n",msg.msgid);
/* handle generic messages and commands */
handle_message(&msg);