remove logging

This commit is contained in:
Andy2 2010-12-17 06:51:56 -08:00
parent 3336b39d6d
commit 7e0f025d9e

View file

@ -384,7 +384,7 @@ public class CommsTransport implements TransportProcs {
// TransportProcs interface
public int transportSend( byte[] buf, final CommsAddrRec faddr )
{
Utils.logf( "CommsTransport::transportSend(nbytes=%d)", buf.length );
//Utils.logf( "CommsTransport::transportSend(nbytes=%d)", buf.length );
int nSent = -1;
if ( null == m_addr ) {