mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove logging
This commit is contained in:
parent
3336b39d6d
commit
7e0f025d9e
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue