Refactored client class to accomodate new WS interface and reduce the complexity
[jabaws.git] / webservices / compbio / ws / server / AAConWS.java
index 27b85f3..e77c878 100644 (file)
@@ -65,7 +65,7 @@ public class AAConWS implements Annotation<AACon> {
                ConfiguredExecutable<AACon> aacon = (ConfiguredExecutable<AACon>) asyncEngine\r
                                .getResults(jobId);\r
                HashSet<Score> mas = aacon.getResults();\r
-               log.info(jobId + " getConservation : " + mas);\r
+               log.trace(jobId + " getConservation : " + mas);\r
                return mas;\r
        }\r
        /*\r