remove redundant key/value pair

This commit is contained in:
Eric House 2020-09-14 09:05:20 -07:00
parent 4b6f4047fb
commit 1e9cc5d325

View file

@ -314,7 +314,6 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
params.put( "dbg", BuildConfig.DEBUG ); params.put( "dbg", BuildConfig.DEBUG );
params.put( "myNow", now ); params.put( "myNow", now );
params.put( "loc", LocUtils.getCurLocale( mContext ) ); params.put( "loc", LocUtils.getCurLocale( mContext ) );
params.put( "knowsDup", true );
params.put( "tmpKey", getTmpKey(mContext) ); params.put( "tmpKey", getTmpKey(mContext) );
String fcmid = FBMService.getFCMDevID( mContext ); String fcmid = FBMService.getFCMDevID( mContext );