esp32: remove debug output for btstack_stdin

This commit is contained in:
Matthias Ringwald 2017-08-06 19:49:49 +02:00
parent 407c807f76
commit 087783a8f0

View File

@ -77,7 +77,6 @@ static void btstack_stdin_task(void *arg){
do {
// read single byte
uart_read_bytes(CONFIG_CONSOLE_UART_NUM, (uint8_t*) &stdin_character, 1, portMAX_DELAY);
printf("Received %c\n", stdin_character);
stdin_character_received = 1;
// request poll