mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove logging
This commit is contained in:
parent
9cdd9f4419
commit
f4f9d11c3b
3 changed files with 3 additions and 3 deletions
|
@ -1099,7 +1099,7 @@ public class BTService extends XWService {
|
|||
private DataOutputStream connect( BluetoothSocket socket, BTCmd cmd )
|
||||
{
|
||||
String name = socket.getRemoteDevice().getName();
|
||||
DbgUtils.logf( "connecting to %s to send cmd %s", name, cmd.toString() );
|
||||
// DbgUtils.logf( "connecting to %s to send cmd %s", name, cmd.toString() );
|
||||
// Docs say always call cancelDiscovery before trying to connect
|
||||
m_adapter.cancelDiscovery();
|
||||
|
||||
|
|
|
@ -489,7 +489,7 @@ public class ConnStatusHandler {
|
|||
private static void doSave( Context context )
|
||||
{
|
||||
synchronized( s_lockObj ) {
|
||||
DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
|
||||
// DbgUtils.logf( "ConnStatusHandler:doSave() doing save" );
|
||||
ByteArrayOutputStream bas
|
||||
= new ByteArrayOutputStream();
|
||||
try {
|
||||
|
|
|
@ -525,7 +525,7 @@ public class DelegateBase implements DlgClickNotify,
|
|||
fmtId = R.string.app_not_found_fmt;
|
||||
break;
|
||||
default:
|
||||
DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
|
||||
// DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", event.toString() );
|
||||
}
|
||||
|
||||
if ( 0 != fmtId ) {
|
||||
|
|
Loading…
Reference in a new issue