removed log line

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6744 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 0f8004f9da
commit 82f76e1296

@ -244,7 +244,6 @@ public class ContentScraper extends AbstractScraper implements Scraper {
if (h.length() > 0) headlines[1].add(h);
}
if ((tagname.equalsIgnoreCase("h3")) && (text.length < 1024)) {
System.out.println("TTT " + new String(text));
h = recursiveParse(text);
if (h.length() > 0) headlines[2].add(h);
}

Loading…
Cancel
Save