JAL-3690 Let's enable web services (seriously this time)
[jalview.git] / src / jalview / gui / Desktop.java
index e9bf09f..572563a 100644 (file)
@@ -2645,9 +2645,13 @@ public class Desktop extends jalview.jbgui.GDesktop
 
   public void startServiceDiscovery(boolean blocking)
   {
+    System.out.println("Starting service discovery");
     var tasks = new ArrayList<Future<?>>();
     // JAL-940 - JALVIEW 1 services are now being EOLed as of JABA 2.1 release
 
+    System.out.println("loading services");
+    
+    /** @j2sIgnore */
     {
       // todo: changesupport handlers need to be transferred
       if (discoverer == null)