remove some output messages
This commit is contained in:
parent
016c4a1227
commit
01a4573b36
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue