mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
remove legacy param
This commit is contained in:
parent
7085a36cfd
commit
df161359d0
1 changed files with 0 additions and 1 deletions
|
@ -418,7 +418,6 @@ public class MQTTUtils extends Thread
|
|||
params.put( "loc", LocUtils.getCurLocale( mContext ) );
|
||||
params.put( "tmpKey", getTmpKey(mContext) );
|
||||
params.put( "frstV", Utils.getFirstVersion( mContext ) );
|
||||
params.put( "relayDID", DevID.getRelayDevID( mContext ) );
|
||||
|
||||
Log.d( TAG, "registerOnce(): sending %s", params );
|
||||
HttpsURLConnection conn
|
||||
|
|
Loading…
Reference in a new issue