Merge commit '0b438477b16470202bddfecb54e0587036b37202' into alpha/JAL-3066_Jalview_2...
[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