JAL-2024 code to enforce case insensitivity for manual pdb structure querying
[jalview.git] / src / jalview / ws / dbsources / PDBRestClient.java
index 8e08c84..05dab95 100644 (file)
@@ -111,7 +111,7 @@ public class PDBRestClient
 
       // Get the JSON string from the response object
       String responseString = clientResponse.getEntity(String.class);
-      System.out.println("query >>>>>>> " + pdbRestRequest.toString());
+      // System.out.println("query >>>>>>> " + pdbRestRequest.toString());
 
       // Check the response status and report exception if one occurs
       if (clientResponse.getStatus() != 200)