mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Removing excess logging in contact.save()
This commit is contained in:
parent
b353f3608d
commit
cd2e86af2f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user