mirror of https://github.com/apache/lucene.git
LUCENE-8457: turn off more debugging output for test
This commit is contained in:
parent
d8ba1b1661
commit
d6e1d4a4ba
|
@ -130,7 +130,7 @@ class GeoNorthRectangle extends GeoBaseBBox {
|
|||
|
||||
this.edgePoints = new GeoPoint[]{planetModel.NORTH_POLE};
|
||||
|
||||
System.out.println("LLHC = "+LLHC+" LRHC = "+LRHC);
|
||||
//System.out.println("LLHC = "+LLHC+" LRHC = "+LRHC);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue