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:
Eric House 2015-01-12 07:24:39 -08:00
parent 951f5462b3
commit 5c00e31d95

View file

@ -1107,7 +1107,7 @@ public class BTService extends XWService {
DbgUtils.logf( "connect successful" );
} catch ( IOException ioe ) {
dos = null;
logIOE( ioe );
// logIOE( ioe );
}
return dos;
}