JAL-4290 Add method to allow for specific settings. Revert setting show annotations.
[jalview.git] / src / jalview / bin / Commands.java
index dbc5e23..5f723c1 100644 (file)
@@ -908,12 +908,7 @@ public class Commands
           boolean showSSAnnotations, boolean showAnnotations,
           boolean hideTFrows)
   {
-    Console.debug(
-            "##### Setting showSSAnnotations to " + showSSAnnotations);
-    Console.debug("##### Setting showAnnotations to " + showAnnotations);
-    Console.debug("##### Setting hideTFrows to " + hideTFrows);
     af.setAnnotationsVisibility(showSSAnnotations, true, false);
-
     af.setAnnotationsVisibility(showAnnotations, false, true);
 
     // show temperature factor annotations?