Removing excess logging in contact.save()

This commit is contained in:
macdonst 2011-01-27 03:43:45 +08:00
parent b353f3608d
commit cd2e86af2f

View File

@ -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)