Changeset 9402

Show
Ignore:
Timestamp:
07/26/12 12:05:13 (11 months ago)
Author:
sdsnyde
Message:

removing debug statements

Location:
branches/asyncio/src/io/description
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/asyncio/src/io/description/pint-request.c

    r9401 r9402  
    871871        } 
    872872 
    873 /*    gossip_debug(GOSSIP_CLIENT_DEBUG, "PVFS Request reg setup: req = %p, ereq = " 
    874                  "%p at depth %d \n", region[node->committed], 
    875                  region[node->committed].ereq, depth); 
    876 */ 
    877873        /* Update sreq so that the relative positions are maintained */ 
    878874        if (node->sreq) 
  • branches/asyncio/src/io/description/pvfs-request.c

    r9401 r9402  
    157157    (*newreq)->committed = 0; 
    158158    (*newreq)->refcount = 0; 
    159 //    gossip_debug(GOSSIP_CLIENT_DEBUG, "PVFS Request setup: req = %p, ereq" 
    160 //                 " = %p\n", *newreq, oldreq); 
    161159    (*newreq)->ereq = oldreq; 
    162160    PINT_REQUEST_REFINC(oldreq);