remove debug code

This commit is contained in:
matthias.ringwald@gmail.com 2013-10-17 13:34:57 +00:00
parent c624031354
commit 2ed9ac63e2

View File

@ -122,14 +122,6 @@ static void packet_handler (void * connection, uint8_t packet_type, uint16_t cha
break;
}
break;
case BTSTACK_EVENT_NR_CONNECTIONS_CHANGED:
if (packet[2]) {
printf("CONNECTED\n");
} else {
printf("NOT CONNECTED\n");
}
break;
case HCI_EVENT_DISCONNECTION_COMPLETE:
att_response_handle =0;