From 4aa0eedeadf475635e7547e0dde9f15a4b82afa6 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 24 Apr 2012 12:05:37 +0200 Subject: [PATCH] one more scroogle... --- htroot/yacysearch.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htroot/yacysearch.java b/htroot/yacysearch.java index a669dc768..0c2b15853 100644 --- a/htroot/yacysearch.java +++ b/htroot/yacysearch.java @@ -817,10 +817,6 @@ public class yacysearch { if ( sitehost != null && sb.getConfigBool("heuristic.site", false) && authenticated ) { sb.heuristicSite(theSearch, sitehost); } - if ( (heuristicScroogle >= 0 || sb.getConfigBool("heuristic.scroogle", false)) - && authenticated ) { - sb.heuristicScroogle(theSearch); - } if ( (heuristicBlekko >= 0 || sb.getConfigBool("heuristic.blekko", false)) && authenticated ) { sb.heuristicRSS("http://blekko.com/ws/$+/rss", theSearch, "blekko"); }