SOLR-3139: remove sop

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sami Siren 2012-04-19 06:01:34 +00:00
parent d8472f7e64
commit 85bb7984b7
1 changed files with 0 additions and 2 deletions

View File

@ -559,8 +559,6 @@ abstract public class SolrExampleTests extends SolrJettyTestBase
public void testUpdateRequestWithParameters() throws Exception {
SolrServer server1 = createNewSolrServer();
System.out.println("server:" + server1.getClass().toString());
server1.deleteByQuery( "*:*" );
server1.commit();