JAL=1759 fix Jmol state command bug; remove debug output
[jalview.git] / src / jalview / ext / jmol / JalviewJmolBinding.java
index ed0b950..c7496df 100644 (file)
@@ -478,7 +478,6 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
     jmolHistory(false);
     if (lastCommand == null || !lastCommand.equals(command))
     {
-      System.out.println(command);
       viewer.evalStringQuiet(command + "\n");
     }
     jmolHistory(true);