From 355d61bb0f1a342cd3c121f879f27f796a4aee78 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 2 Mar 2011 19:17:56 +0000 Subject: [PATCH] No need for a printf. This commit was SVN r24478. --- opal/datatype/opal_datatype_unpack.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/opal/datatype/opal_datatype_unpack.c b/opal/datatype/opal_datatype_unpack.c index 04f5296173..3b68d26bf6 100644 --- a/opal/datatype/opal_datatype_unpack.c +++ b/opal/datatype/opal_datatype_unpack.c @@ -145,8 +145,6 @@ opal_unpack_general_function( opal_convertor_t* pConvertor, /* not all data has been converted. Keep the state */ count_desc -= rc; disp_desc += rc * description[pos_desc].elem.extent; - if( iCount != 0 ) - printf( "unpack there is still room in the input buffer %ld bytes\n", (long)iCount ); goto save_and_return; } pos_desc++; /* advance to the next data */