JAL-629 Now showing temp fac and secondary structure for File opened structures and...
[jalview.git] / src / jalview / ws / dbsources / EBIAlfaFold.java
index 8044717..a734f52 100644 (file)
@@ -503,7 +503,6 @@ public class EBIAlfaFold extends EbiFileRetrievedProxy
     }
 
     SequenceI seq = sm.getSequence();
-    Console.debug("##### SEQUENCE FOUND=" + seq.getName());
     ContactMatrixI matrix = new PAEContactMatrix(seq,
             (Map<String, Object>) pae_obj);
     ((PAEContactMatrix) matrix).makeGroups(5f, true);