issue #464 closed

parent 87a2bdd0
...@@ -160,7 +160,6 @@ public class Vocabulary implements Iterable<Picto> { ...@@ -160,7 +160,6 @@ public class Vocabulary implements Iterable<Picto> {
JSONObject picto = null; JSONObject picto = null;
try { try {
for (int i = 0; i < result.length(); i++) { for (int i = 0; i < result.length(); i++) {
Log.e("VOCABULARY DEBUG",result.getJSONObject(i).toString());
picto = result.getJSONObject(i).getJSONObject(jpicto); picto = result.getJSONObject(i).getJSONObject(jpicto);
JSONObject expression = result.getJSONObject(i).getJSONObject(jexpression); JSONObject expression = result.getJSONObject(i).getJSONObject(jexpression);
JSONObject attributes = result.getJSONObject(i).getJSONObject(jattributes); JSONObject attributes = result.getJSONObject(i).getJSONObject(jattributes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment