remove system.out
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 5af3d8e..48f46ed 100644 (file)
@@ -248,7 +248,6 @@ public class StructureSelectionManager
 
         for (int j = 0; j < mappings.length; j++)
         {
-
           if (mappings[j].pdbfile.equals(pdbfile) &&
               mappings[j].pdbchain.equals(chain))
           {
@@ -256,8 +255,6 @@ public class StructureSelectionManager
                                  mappings[j].getSeqPos(pdbResNum));
           }
         }
-
-        sl.highlightSequence(null, pdbResNum);
       }
     }
   }