usart: remove debugging statement

This commit is contained in:
S.J.R. van Schaik 2017-07-24 17:08:41 +02:00
parent 7536a6878b
commit fffcd4c3b9

View file

@ -142,8 +142,6 @@ ssize_t console_read(struct usart_console *console, char *buf, size_t n)
char *p = buf;
char c;
fprintf(console->fp, "console_read\n");
*buf = '\0';
while (console_peek(&c, console, 1) == 0) {