remove legacy param

This commit is contained in:
Eric House 2024-01-18 13:08:42 -08:00
parent 7085a36cfd
commit df161359d0

View file

@ -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