JAL-2349 remove test code
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index b1b9e0f..1facf22 100755 (executable)
@@ -336,8 +336,6 @@ public class AppletFormatAdapter
 
     alignFile.addGroups(al);
 
-    al.addContactList(new SeqDistanceContactMatrix(al.getWidth()));
-
     return al;
   }