mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
remove logging and reformat: no change
This commit is contained in:
parent
1575d70ab9
commit
cec379bd02
2 changed files with 12 additions and 12 deletions
|
@ -344,7 +344,7 @@ public class RelayService extends XWJIService
|
||||||
@Override
|
@Override
|
||||||
public void onCreate()
|
public void onCreate()
|
||||||
{
|
{
|
||||||
Log.d( TAG, "%s.onCreate()", this );
|
// Log.d( TAG, "%s.onCreate()", this );
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|
||||||
mHelper = new RelayServiceHelper( this );
|
mHelper = new RelayServiceHelper( this );
|
||||||
|
@ -539,7 +539,7 @@ public class RelayService extends XWJIService
|
||||||
Log.e( TAG, "connectSocketOnce(): %s", uhe.getMessage() );
|
Log.e( TAG, "connectSocketOnce(): %s", uhe.getMessage() );
|
||||||
// Assert.assertFalse( BuildConfig.DEBUG );
|
// Assert.assertFalse( BuildConfig.DEBUG );
|
||||||
}
|
}
|
||||||
} else {
|
} else if( ! s_UDPSocket.isConnected() ) {
|
||||||
Log.e( TAG, "connectSocketOnce(): udp socket not connected" );
|
Log.e( TAG, "connectSocketOnce(): udp socket not connected" );
|
||||||
// Assert.assertTrue( s_UDPSocket.isConnected() );
|
// Assert.assertTrue( s_UDPSocket.isConnected() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue