Author: gttersen
Date: 2007-05-02 17:16:35 +0200 (Wed, 02 May 2007)
New Revision: 4941

Modified:
   
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NewsAggregatorSearchCommand.java
Log:
newsAggregator fixes

Modified: 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NewsAggregatorSearchCommand.java
===================================================================
--- 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NewsAggregatorSearchCommand.java
     2007-05-02 15:14:07 UTC (rev 4940)
+++ 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NewsAggregatorSearchCommand.java
     2007-05-02 15:16:35 UTC (rev 4941)
@@ -182,9 +182,7 @@
                 final Element root = doc.getRootElement();
                 List<Element> clusters = root.getChildren(ELEMENT_CLUSTER);
                 for (Element cluster : clusters) {
-                    LOG.debug("Looking at element: " + cluster.getName() + ", 
clusterId=" + cluster.getAttributeValue(ATTRIBUTE_CLUSTERID));
                     if 
(cluster.getAttributeValue(ATTRIBUTE_CLUSTERID).equals(clusterId)) {
-                        LOG.debug("Found correct cluster. Handling.");
                         handleFlatCluster(config, cluster, searchCommand, 
searchResult, offset);
                         handleRelated(config, 
cluster.getChild(ELEMENT_RELATED), searchResult);
                         break;

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to