Merge branch 'Jalview-JS/develop' into develop
[jalview.git] / src / jalview / workers / ConsensusThread.java
index 78c6da2..1a5aaa4 100644 (file)
@@ -46,7 +46,7 @@ public class ConsensusThread extends AlignCalcWorker
       return;
     }
     calcMan.notifyStart(this);
-    long started = System.currentTimeMillis();
+    // long started = System.currentTimeMillis();
     try
     {
       AlignmentAnnotation consensus = getConsensusAnnotation();