Merge branch 'bug/JAL-3809_ws_params_dialog_fix' into alpha/JAL-3066_Jalview_212_sliv...
[jalview.git] / src / jalview / ws / jws2 / SeqAnnotationServiceCalcWorker.java
index 4c807e1..aafbbab 100644 (file)
@@ -274,7 +274,6 @@ public class SeqAnnotationServiceCalcWorker extends AlignCalcWorker
     // TODO: handle job submission error reporting here.
     Cache.log.debug("Service " + service.getUri() + "\nSubmitted job ID: "
             + rslt);
-    ;
     // ///
     // otherwise, construct WsJob and any UI handlers
     running = new AnnotationWsJob();
@@ -336,7 +335,7 @@ public class SeqAnnotationServiceCalcWorker extends AlignCalcWorker
       Cache.log.debug("Ignoring exception during progress update.",
               thr);
     }
-    Cache.log.trace("Result of poll: " + running.getStatus());
+    Cache.log.debug("Result of poll: " + running.getStatus());
     
     
     if (finished)