Took out debug statements I'd left in a long time ago, no functional changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2015-12-01 16:06:07 +00:00
parent bf48cb639c
commit 9181fa67d7
1 changed files with 0 additions and 4 deletions

View File

@ -138,10 +138,6 @@ public class EnumFieldTest extends SolrTestCaseJ4 {
assertU(commit());
SolrQueryRequest eoe = req("fl", "" + FIELD_NAME, "q",
FIELD_NAME + ":bla");
String eoe1 = eoe.toString();
assertQ(req("fl", "" + FIELD_NAME, "q",
FIELD_NAME + ":bla"),
"//*[@numFound='0']");