Revision: 18555
          http://sourceforge.net/p/jmol/code/18555
Author:   hansonr
Date:     2013-08-12 22:59:35 +0000 (Mon, 12 Aug 2013)
Log Message:
-----------
debug lines out

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/renderspecial/EllipsoidsRenderer.java

Modified: trunk/Jmol/src/org/jmol/renderspecial/EllipsoidsRenderer.java
===================================================================
--- trunk/Jmol/src/org/jmol/renderspecial/EllipsoidsRenderer.java       
2013-08-12 22:46:17 UTC (rev 18554)
+++ trunk/Jmol/src/org/jmol/renderspecial/EllipsoidsRenderer.java       
2013-08-12 22:59:35 UTC (rev 18555)
@@ -197,7 +197,6 @@
     boolean needTranslucent = false;
     Iterator<Ellipsoid> e = ht.values().iterator();
     Atom atom = null;
-    System.out.println("ellipsoidrend");
     while (e.hasNext()) {
       Ellipsoid ellipsoid = e.next();
       if (!ellipsoid.visible)
@@ -214,7 +213,6 @@
         needTranslucent = true;
         continue;
       }
-      System.out.println(ellipsoid.tensor.getInfo("all"));
       viewer.transformPtScr(ellipsoid.center, s0);
       renderOne(ellipsoid);
     }

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to