Index: /mpich2/trunk/src/mpid/common/datatype/dataloop/segment_ops.c
===================================================================
--- /mpich2/trunk/src/mpid/common/datatype/dataloop/segment_ops.c (revision 4872)
+++ /mpich2/trunk/src/mpid/common/datatype/dataloop/segment_ops.c (revision 4873)
@@ -931,9 +931,4 @@
 	     */
 	    *blocks_p -= (blocks_left + (size / (int) el_size));
-#ifdef MPID_SP_VERBOSE
-	    MPIU_dbg_printf("\t[vector to vec exiting (1): next ind = %d, " MPI_AINT_FMT_DEC_SPEC " blocks processed.\n",
-			    paramp->u.pack_vector.index,
-			    *blocks_p);
-#endif
 	    return 1;
 	}
@@ -944,9 +939,10 @@
 	}
 	else {
-	    /* Since bufp can be a displacement and can be negative, we cannot use
-	     * MPI_VOID_PTR_CAST_TO_MPI_AINT to cast the sum to a pointer.  Just let it
-	     * sign extend.
+	    /* Since bufp can be a displacement and can be negative, we cannot
+	     * use MPI_VOID_PTR_CAST_TO_MPI_AINT to cast the sum to a pointer.
+	     * Just let it sign extend.
 	     */
-            paramp->disps[last_idx+1]   = MPI_PTR_DISP_CAST_TO_MPI_AINT bufp + rel_off + offsetarray[last_idx+1];
+            paramp->disps[last_idx+1]   = MPI_PTR_DISP_CAST_TO_MPI_AINT bufp +
+		rel_off + offsetarray[last_idx+1];
 	    paramp->blklens[last_idx+1] = size;
 	    paramp->index++;
@@ -955,10 +951,4 @@
 	rel_off += offsetarray[i];
     }
-
-#ifdef MPID_SP_VERBOSE
-    MPIU_dbg_printf("\t[vector to vec exiting (2): next ind = %d, " MPI_AINT_FMT_DEC_SPEC " blocks processed.\n",
-		    paramp->u.pack_vector.index,
-		    *blocks_p);
-#endif
 
     /* if we get here then we processed ALL the blocks; don't need to update
