mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
remove inaccurate comment
This commit is contained in:
parent
8cefbabd8a
commit
49aefabfc5
1 changed files with 0 additions and 6 deletions
|
@ -380,12 +380,6 @@ public class CommsTransport implements TransportProcs,
|
||||||
break;
|
break;
|
||||||
case COMMS_CONN_SMS:
|
case COMMS_CONN_SMS:
|
||||||
Assert.fail();
|
Assert.fail();
|
||||||
// This code can't be here, even if unreachable, unless
|
|
||||||
// app has permission to use SMS. So put it in a separate
|
|
||||||
// module and catch the error that'll come when it fails
|
|
||||||
// to verify. IFF the plan's to ship a version that
|
|
||||||
// doesn't do SMS.
|
|
||||||
|
|
||||||
// DbgUtils.logf( "sending via sms to %s:%d",
|
// DbgUtils.logf( "sending via sms to %s:%d",
|
||||||
// m_addr.sms_phone, m_addr.sms_port );
|
// m_addr.sms_phone, m_addr.sms_port );
|
||||||
// try {
|
// try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue