You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2018/08/18 16:35:39 UTC

lucene-solr:branch_6x: LUCENE-8457: turn off more debugging output for test

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 63796242c -> 5b6c7c5e2


LUCENE-8457: turn off more debugging output for test


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5b6c7c5e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5b6c7c5e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5b6c7c5e

Branch: refs/heads/branch_6x
Commit: 5b6c7c5e25cb050ddcadcbe67349fbe8cd3543f9
Parents: 6379624
Author: iverase <iv...@apache.org>
Authored: Sat Aug 18 18:34:38 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Sat Aug 18 18:34:38 2018 +0200

----------------------------------------------------------------------
 .../java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5b6c7c5e/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java
index a736455..93645c1 100644
--- a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java
+++ b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoNorthRectangle.java
@@ -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);
   }
 
   /**