Author: ssolsagl
Date: 2007-05-18 10:08:56 +0200 (Fri, 18 May 2007)
New Revision: 5112

Modified:
   
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
Log:
Removed System.out

Modified: 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
===================================================================
--- 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
    2007-05-17 19:16:04 UTC (rev 5111)
+++ 
trunk/core-api/src/main/java/no/schibstedsok/searchportal/mode/command/AbstractESPFastSearchCommand.java
    2007-05-18 08:08:56 UTC (rev 5112)
@@ -430,7 +430,6 @@
 
         final String searchViewKey = queryServer + "/" + view;
 
-        System.out.println("*** searchViewKey = " + searchViewKey);
         // XXX There is no synchronisation around this static map.
         //   Not critical as any clashing threads will just override the 
values,
         //    and the cost of the occasional double-up creation probably 
doesn't compare
@@ -452,7 +451,6 @@
                 final String serverName = queryServer.substring(0, 
queryServer.indexOf(':'));
                 final String serverPort = 
queryServer.substring(queryServer.indexOf(':') + 1);
                 searchView.setServerAddress(serverName, 
Integer.parseInt(serverPort), false);
-                System.out.println("*** ServerName =" + serverName);
             } catch (ConfigurationException e) {
                 throw new InfrastructureException(e);
             } catch (SearchEngineException e) {

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

Reply via email to