mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove excess logging
This commit is contained in:
parent
f59a7db85d
commit
c9daf91b06
1 changed files with 0 additions and 1 deletions
|
@ -740,7 +740,6 @@ public class RelayService extends XWService
|
||||||
|
|
||||||
private void sendAckIf( PacketHeader header )
|
private void sendAckIf( PacketHeader header )
|
||||||
{
|
{
|
||||||
DbgUtils.logf( "sendAckIf" );
|
|
||||||
if ( 0 != header.m_packetID ) {
|
if ( 0 != header.m_packetID ) {
|
||||||
ByteArrayOutputStream bas = new ByteArrayOutputStream();
|
ByteArrayOutputStream bas = new ByteArrayOutputStream();
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue