From: Keith Packard Date: Mon, 16 Jul 2012 21:36:51 +0000 (-0700) Subject: altos/avr: Remove debugging printf in avr stdio startup X-Git-Tag: 1.1~92 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=42a51becf4b76f23dbd4f5f80f8879ce696aa543 altos/avr: Remove debugging printf in avr stdio startup Signed-off-by: Keith Packard --- diff --git a/src/avr/ao_avr_stdio.c b/src/avr/ao_avr_stdio.c index ba562dbf..2765853a 100644 --- a/src/avr/ao_avr_stdio.c +++ b/src/avr/ao_avr_stdio.c @@ -48,5 +48,4 @@ ao_avr_stdio_init(void) { stdout = &mystdout; stdin = &mystdin; - printf("%d stdios registered\n", ao_num_stdios); }