Revision: 18370
          http://sourceforge.net/p/jmol/code/18370
Author:   hansonr
Date:     2013-06-27 08:21:40 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollection.java

Modified: trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollection.java
===================================================================
--- trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollection.java      
2013-06-27 08:11:32 UTC (rev 18369)
+++ trunk/Jmol/src/org/jmol/adapter/smarter/AtomSetCollection.java      
2013-06-27 08:21:40 UTC (rev 18370)
@@ -1475,10 +1475,8 @@
     if (atomCount > 0) {
       int index = atomCount - 1;
       String atomName = atoms[index].atomName;
-      if (atomName != null) {
+      if (atomName != null)
         atomSymbolicMap.put(atomName, Integer.valueOf(index));
-        System.out.println(this + " " + atomName);
-      }
     }
   }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to