Request now parses the whole structures, need to fix the result
[jalview.git] / src / jalview / fts / service / threedbeacons / TDBeaconsFTSPanel.java
index 0d79d9b..c368e7b 100644 (file)
@@ -45,11 +45,11 @@ public class TDBeaconsFTSPanel extends GFTSPanel
             : fetcher.getProgressIndicator();
   }
   
-  public int TDBeaconsFTSPanel2(String result)
-  {
-    int seqlength = executeParse(result);
-    return seqlength;
-  }
+//  public int TDBeaconsFTSPanel2(String result)
+//  {
+//    int seqlength = executeParse(result);
+//    return seqlength;
+//  }
   
   public static int executeParse(String query) {
     BufferedReader reader;
@@ -102,7 +102,7 @@ public class TDBeaconsFTSPanel extends GFTSPanel
     JSONArray structures = entry.getJSONArray("structures");
     for (int i=0 ; i < structures.length() ; i++) {
             String id = structures.getJSONObject(i).getString("model_identifier");
-            System.out.println("identifier num " + i + " : " + id);
+            //System.out.println("identifier num " + i + " : " + id);
     }
     System.out.println("length : " + length + "; access name : " + ac);
     return length;