mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
BT sends fail all the time, e.g. when BT isn't enabled on
remote. Until I figure out how to not try BT after some point, don't log exceptions.
This commit is contained in:
parent
951f5462b3
commit
5c00e31d95
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ public class BTService extends XWService {
|
|||
DbgUtils.logf( "connect successful" );
|
||||
} catch ( IOException ioe ) {
|
||||
dos = null;
|
||||
logIOE( ioe );
|
||||
// logIOE( ioe );
|
||||
}
|
||||
return dos;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue