commented out debug code
[jalview.git] / src / jalview / ws / jws1 / MsaWSThread.java
index 446aefa..9ff3df6 100644 (file)
@@ -546,6 +546,12 @@ class MsaWSThread extends JWS1Thread implements WSClientI
                 && jobs[j].hasResults())
         {
           results++;
+          //if (Cache.log.isDebugEnabled())
+         // {
+         //   System.out.println("Job lob for job "+jobs[j].getJobId()+":"+jobs[j].getJobnum());
+         //   System.out.println(jobs[j].getStatus());
+         // }
+
           vamsas.objects.simple.Alignment valign =  ((MsaResult)((MsaWSJob) jobs[j]).result)
                   .getMsa();
           if (valign != null)
@@ -560,6 +566,7 @@ class MsaWSThread extends JWS1Thread implements WSClientI
             // JBPNote The returned files from a webservice could be
             // hidden behind icons in the monitor window that,
             // when clicked, pop up their corresponding data
+            
           }
         }
       }