JAL-2314 Tidy up
[jalview.git] / src / jalview / gui / Desktop.java
index 32e5f64..7d0eb7f 100644 (file)
@@ -2875,8 +2875,6 @@ public class Desktop extends jalview.jbgui.GDesktop implements
                 || (t2 != null && t2.isAlive())
                 || (t3 != null && t3.isAlive())
                 || (t0 != null && t0.isAlive());
-        // could just as easily ask discoverer if it is still running instead of
-        // holding ref to thread
       }
     }
   }