mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove logging
This commit is contained in:
parent
ddadee9bef
commit
b0befa62e3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class RelayService extends XWService
|
|||
{
|
||||
boolean enabled = ! XWPrefs
|
||||
.getPrefsBoolean( context, R.string.key_disable_relay, false );
|
||||
Log.d( TAG, "relayEnabled() => %b", enabled );
|
||||
// Log.d( TAG, "relayEnabled() => %b", enabled );
|
||||
return enabled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue