From 79011279e5662975d6fa92b86ba44e043885cdbc Mon Sep 17 00:00:00 2001 From: Gleb Natapov Date: Thu, 30 Aug 2007 13:29:41 +0000 Subject: [PATCH] Remove debug output. This commit was SVN r16016. --- ompi/mca/pml/ob1/pml_ob1_sendreq.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ompi/mca/pml/ob1/pml_ob1_sendreq.c b/ompi/mca/pml/ob1/pml_ob1_sendreq.c index fa7c83e09e..41a3514573 100644 --- a/ompi/mca/pml/ob1/pml_ob1_sendreq.c +++ b/ompi/mca/pml/ob1/pml_ob1_sendreq.c @@ -960,10 +960,6 @@ mca_pml_ob1_send_request_schedule_exclusive(mca_pml_ob1_send_request_t* sendreq) mca_bml_base_btl_t* bml_btl; assert(range->range_send_length != 0); - if(range->range_send_length <= 0) { - opal_output(0, "range->range_send_length <= 0!\n"); - while(1); - } if(prev_bytes_remaining == range->range_send_length) num_fail++;