Skip to content

Commit

Permalink
Merge pull request #1861 from wordpress-mobile/feature/notifications-…
Browse files Browse the repository at this point in the history
…redesign

Notifications redesign
  • Loading branch information
nbradbury committed Sep 12, 2014
2 parents f438748 + 012532e commit e481b13
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static <U> U queryJSON(JSONObject source, String query, U defaultObject)
AppLog.e(T.UTILS, "Unable to cast the object to " + defaultObject.getClass().getName(), e);
return defaultObject;
} catch (JSONException e) {
AppLog.e(T.UTILS, "Unable to get the Key from the input object. Key:" + query, e);
return defaultObject;
}
}
Expand Down Expand Up @@ -133,7 +132,6 @@ public static <U> U queryJSON(JSONArray source, String query, U defaultObject){
AppLog.e(T.UTILS, "Unable to cast the object to "+defaultObject.getClass().getName(), e);
return defaultObject;
} catch (JSONException e) {
AppLog.e(T.UTILS, "Unable to get the Key from the input object. Key:" + query, e);
return defaultObject;
}
}
Expand Down

0 comments on commit e481b13

Please sign in to comment.