JAL-3849 Remove join() which blocked the ui.
[jalview.git] / src / jalview / ws / jws2 / SequenceAnnotationWSClient.java
index 838ea60..aae6f79 100644 (file)
@@ -146,11 +146,6 @@ public class SequenceAnnotationWSClient extends Jws2Client
             startSeqAnnotationWorker(sh, alignFrame, preset_, editParams);
           }
         });
-
-        if (!processParams(sh, editParams, true).toCompletableFuture().join())
-        {
-          return;
-        }
       }
     }
     else