From 01a4573b3643c711aba62a55c92d7b3a4cd55d18 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 18 Aug 2011 05:50:54 -0700 Subject: [PATCH] remove some output messages --- arch/x86/scc/icc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/scc/icc.c b/arch/x86/scc/icc.c index 865e86c6..06d7beb5 100644 --- a/arch/x86/scc/icc.c +++ b/arch/x86/scc/icc.c @@ -268,7 +268,7 @@ void icc_mail_check(void) // empty mailbox and interpret headers while( iRCCE_mail_recv( &header ) == iRCCE_SUCCESS ) { - iRCCE_mailbox_print_header(header); + //iRCCE_mailbox_print_header(header); switch(header->tag) {