You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/21 01:31:07 UTC

[40/50] [abbrv] lucene-solr:jira/http2: LUCENE-8457: turn off more debugging output for test

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/d6e1d4a4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d6e1d4a4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d6e1d4a4

Branch: refs/heads/jira/http2
Commit: d6e1d4a4bacc29e1587ff30ebf8e6279f4b4d5f0
Parents: d8ba1b1
Author: iverase <iv...@apache.org>
Authored: Sat Aug 18 18:33:26 2018 +0200
Committer: iverase <iv...@apache.org>
Committed: Sat Aug 18 18:33:26 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/d6e1d4a4/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);
   }
 
   /**