Revision: 5147
Author:   hansonr
Date:     2006-05-19 14:28:56 -0700 (Fri, 19 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5147&view=rev

Log Message:
-----------
bob200603 removing System.out.println

Modified Paths:
--------------
    branches/bob200603/Jmol/src/org/jmol/viewer/Isosurface.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Isosurface.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Isosurface.java 2006-05-19 
21:09:40 UTC (rev 5146)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Isosurface.java 2006-05-19 
21:28:56 UTC (rev 5147)
@@ -328,7 +328,6 @@
     while (i < n) {
         line = br.readLine();
         int c = countData(line);
-        System.out.println(c + " " + i);
         i += c;
     }
   }


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



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to