JAL-961, JAL-1115 - pending test to ensure only one worker waits around for another...
[jalview.git] / src / jalview / workers / ConservationThread.java
index 47ce6eb..23d1773 100644 (file)
@@ -54,7 +54,7 @@ public class ConservationThread extends AlignCalcWorker implements AlignCalcWork
         {
           if (ap != null)
           {
-            ap.paintAlignment(false);
+            // ap.paintAlignment(false);
           }
           Thread.sleep(200);
         } catch (Exception ex)