altos/avr: Remove debugging printf in avr stdio startup
authorKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 21:36:51 +0000 (14:36 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 21:36:51 +0000 (14:36 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/avr/ao_avr_stdio.c

index ba562dbf87c8a6e3fd1a1f59dd95dc11d63be3ee..2765853aa92237bc3f7c505efcacdec4c777959c 100644 (file)
@@ -48,5 +48,4 @@ ao_avr_stdio_init(void)
 {
        stdout = &mystdout;
        stdin = &mystdin;
-       printf("%d stdios registered\n", ao_num_stdios);
 }