Skip to content

Commit 72894a7

Browse files
committed
Merge branch 'release/3.2' into develop
2 parents f8b8ca5 + 222bdf2 commit 72894a7

File tree

1 file changed

+0
-2
lines changed
  • WordPressUtils/src/main/java/org/wordpress/android/util

1 file changed

+0
-2
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/JSONUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public static <U> U queryJSON(JSONObject source, String query, U defaultObject)
7777
AppLog.e(T.UTILS, "Unable to cast the object to " + defaultObject.getClass().getName(), e);
7878
return defaultObject;
7979
} catch (JSONException e) {
80-
AppLog.e(T.UTILS, "Unable to get the Key from the input object. Key:" + query, e);
8180
return defaultObject;
8281
}
8382
}
@@ -133,7 +132,6 @@ public static <U> U queryJSON(JSONArray source, String query, U defaultObject){
133132
AppLog.e(T.UTILS, "Unable to cast the object to "+defaultObject.getClass().getName(), e);
134133
return defaultObject;
135134
} catch (JSONException e) {
136-
AppLog.e(T.UTILS, "Unable to get the Key from the input object. Key:" + query, e);
137135
return defaultObject;
138136
}
139137
}

0 commit comments

Comments
 (0)