diff --git a/framework/src/org/apache/cordova/ContactAccessorSdk5.java b/framework/src/org/apache/cordova/ContactAccessorSdk5.java index 51eeda50..0f41814b 100644 --- a/framework/src/org/apache/cordova/ContactAccessorSdk5.java +++ b/framework/src/org/apache/cordova/ContactAccessorSdk5.java @@ -447,12 +447,7 @@ public class ContactAccessorSdk5 extends ContactAccessor { } return contact; } - catch (JSONException e) { - Log.e(LOG_TAG,e.getMessage(),e); - } - return contact; - } - + /** * Take the search criteria passed into the method and create a SQL WHERE clause. * @param fields the properties to search against