mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
remove logging
This commit is contained in:
parent
5914ad8a1d
commit
54be99b635
1 changed files with 2 additions and 1 deletions
|
@ -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 ) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue