JAL-1563 Further increased swing timer for search textfield to 2500ms, removed 1200ms...
[jalview.git] / src / jalview / fts / core / FTSRestResponse.java
index c56b8c8..6cce2c4 100644 (file)
@@ -135,14 +135,6 @@ public class FTSRestResponse
   public static void configureTableColumn(JTable tbl_summary,
           Collection<FTSDataColumnI> wantedFields)
   {
-    try
-    {
-      // wait for table model initialisation to complete
-      Thread.sleep(1200);
-    } catch (InterruptedException e1)
-    {
-      e1.printStackTrace();
-    }
     for (FTSDataColumnI wantedField : wantedFields)
     {
       try