removed SOP

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-06-10 05:57:50 +00:00
parent 144100faa7
commit f699e49265
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public class HighlighterTest extends AbstractSolrTestCase {
public void testConfig()
{
SolrHighlighter highlighter = h.getCore().getHighlighter();
System.out.println( "highlighter" );
// Make sure we loaded the one formatter
SolrFormatter fmt1 = highlighter.formatters.get( null );