remove redundant checkUpdates param

This commit is contained in:
Eric House 2022-06-28 11:49:47 -07:00
parent 1c6afc7909
commit ec4822bbe9

View file

@ -141,7 +141,6 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
JSONObject appParams = new JSONObject();
appParams.put( k_VARIANT, BuildConfig.VARIANT_CODE );
appParams.put( k_AVERS, versionCode );
appParams.put( k_GVERS, BuildConfig.GIT_REV );
appParams.put( k_INSTALLER, installer );
if ( devOK( context ) ) {