Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
removing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Williams committed Jan 18, 2011
1 parent 482d008 commit 90b0c12
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -36,7 +36,6 @@ public static void main(String[] args) throws SolrServerException, IOException {

Solr solr = new Solr().connect();
SolrSession session = solr.newSession(Person.getAdmin());
session.deleteByUid("williams@ny.gov");
}

public SolrSession(IPerson user, Solr solr) {
Expand Down

0 comments on commit 90b0c12

Please sign in to comment.