Revision: 21567 http://sourceforge.net/p/jmol/code/21567 Author: hansonr Date: 2017-04-28 00:46:59 +0000 (Fri, 28 Apr 2017) Log Message: -----------
Modified Paths: -------------- trunk/Jmol/src/org/jmol/renderbio/NucleicRenderer.java Modified: trunk/Jmol/src/org/jmol/renderbio/NucleicRenderer.java =================================================================== --- trunk/Jmol/src/org/jmol/renderbio/NucleicRenderer.java 2017-04-28 00:45:28 UTC (rev 21566) +++ trunk/Jmol/src/org/jmol/renderbio/NucleicRenderer.java 2017-04-28 00:46:59 UTC (rev 21567) @@ -260,7 +260,6 @@ boolean isPurine = g.isPurine(); if (box == null || lastHeight != blockHeight) { g.dssrBoxHeight = blockHeight; - System.out.println("nucleic "+ blockHeight); if (box == null) { box = new P3[8]; for (int j = 8; --j >= 0;) @@ -268,7 +267,6 @@ g.dssrBox = box; } SymmetryInterface uc = vwr.getSymTemp().getUnitCell(oxyz, false, null); - System.out.println(uc.getUnitCellState()); if (ptTemp == null) ptTemp = new P3(); ptTemp.setT(oxyz[0]); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits