remove logging

This commit is contained in:
Eric House 2017-08-27 15:49:35 -07:00
parent 5914ad8a1d
commit 54be99b635

View file

@ -177,7 +177,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
params.put( k_STRINGSHASH, BuildConfig.STRINGS_HASH );
params.put( k_NAME, packageName );
params.put( k_AVERS, versionCode );
Log.d( TAG, "current update: %s", params.toString() );
// Log.d( TAG, "current update: %s", params.toString() );
new UpdateQueryTask( context, params, fromUI, pm,
packageName, dals ).execute();
} catch ( org.json.JSONException jse ) {
@ -278,6 +278,7 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
{
boolean gotOne = false;
try {
// Log.d( TAG, "makeNotificationsIf(response=%s)", jstr );
JSONObject jobj = new JSONObject( jstr );
if ( null != jobj ) {