Skip to content

Commit

Permalink
removed log line
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6744 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Mar 11, 2010
1 parent 0f8004f commit 82f76e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/net/yacy/document/parser/html/ContentScraper.java
Expand Up @@ -244,7 +244,6 @@ public void scrapeTag1(final String tagname, final Properties tagopts, final cha
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);
}
Expand Down

0 comments on commit 82f76e1

Please sign in to comment.