mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Removing excess logging in contact.save()
This commit is contained in:
@@ -695,19 +695,8 @@ public class ContactAccessorSdk5 extends ContactAccessor {
|
|||||||
* @returns true if the contact is successfully saved, false otherwise.
|
* @returns true if the contact is successfully saved, false otherwise.
|
||||||
*/
|
*/
|
||||||
public boolean save(JSONObject contact) {
|
public boolean save(JSONObject contact) {
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
Log.d(LOG_TAG, "THIS IS THE NEW SAVE!!!");
|
|
||||||
AccountManager mgr = AccountManager.get(mApp);
|
AccountManager mgr = AccountManager.get(mApp);
|
||||||
|
|
||||||
Account[] accounts = mgr.getAccounts();
|
Account[] accounts = mgr.getAccounts();
|
||||||
|
|
||||||
Account account = null;
|
Account account = null;
|
||||||
|
|
||||||
if (accounts.length == 1)
|
if (accounts.length == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user