From 42a51becf4b76f23dbd4f5f80f8879ce696aa543 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 16 Jul 2012 14:36:51 -0700 Subject: [PATCH] altos/avr: Remove debugging printf in avr stdio startup Signed-off-by: Keith Packard --- src/avr/ao_avr_stdio.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.30.2