mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-12-04 12:35:32 +00:00
remove code added for debugging
This commit is contained in:
parent
9d65fc1d3a
commit
69a05acd8f
@ -129,8 +129,6 @@ public class JsonUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static App app;
|
|
||||||
|
|
||||||
// like JSONObject.optString but doesn't convert null to "null"
|
// like JSONObject.optString but doesn't convert null to "null"
|
||||||
private static String optString(JSONObject json, String key, String defaultValue)
|
private static String optString(JSONObject json, String key, String defaultValue)
|
||||||
{
|
{
|
||||||
@ -158,7 +156,7 @@ public class JsonUtils {
|
|||||||
{
|
{
|
||||||
List<OutgoingMessage> messages = new ArrayList<OutgoingMessage>();
|
List<OutgoingMessage> messages = new ArrayList<OutgoingMessage>();
|
||||||
JSONArray messagesList = json.optJSONArray("messages");
|
JSONArray messagesList = json.optJSONArray("messages");
|
||||||
JsonUtils.app = app;
|
|
||||||
if (messagesList != null)
|
if (messagesList != null)
|
||||||
{
|
{
|
||||||
int numMessages = messagesList.length();
|
int numMessages = messagesList.length();
|
||||||
|
Loading…
Reference in New Issue
Block a user