Author: gttersen
Date: 2007-05-06 18:31:49 +0200 (Sun, 06 May 2007)
New Revision: 5001

Modified:
   
branches/2.12/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigationCommand.java
Log:
NewsAggregator changes

Modified: 
branches/2.12/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigationCommand.java
===================================================================
--- 
branches/2.12/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigationCommand.java
       2007-05-06 16:11:30 UTC (rev 5000)
+++ 
branches/2.12/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/NavigationCommand.java
       2007-05-06 16:31:49 UTC (rev 5001)
@@ -104,7 +104,6 @@
                                     ExtendedNavigator navigator = new 
ExtendedNavigator(modifier.getName(), urlFragment, modifier.getCount());
                                     if (!selectionDone) {
                                         selectedValue = 
context.getDataModel().getParameters().getValue(navEntry.getField());
-                                        LOG.debug("Value = " + 
navEntry.getField() + ",Comparing " + (selectedValue == null ? "" : 
selectedValue.getString()) + " with " + value);
                                         if (selectedValue != null && 
selectedValue.getString().equals(value)) {
                                             navigator.setSelected(true);
                                             selectionDone = true;

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

Reply via email to