commented out debug code
authorjprocter <Jim Procter>
Fri, 21 May 2010 10:06:56 +0000 (10:06 +0000)
committerjprocter <Jim Procter>
Fri, 21 May 2010 10:06:56 +0000 (10:06 +0000)
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
+            
           }
         }
       }