JAL-2430 code tidy, unit test for Jmol hidden column colours
[jalview.git] / src / jalview / ext / jmol / JmolCommands.java
index 4212749..23e0a6f 100644 (file)
@@ -110,7 +110,6 @@ public class JmolCommands
                */
               if (!cs.isVisible(r))
               {
-                // col = ColorUtils.darkerThan(col);
                 col = Color.GRAY;
               }