You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/11/10 11:51:02 UTC

[03/50] [abbrv] jena git commit: Remove debug statement

Remove debug statement


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/40c1d06e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/40c1d06e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/40c1d06e

Branch: refs/heads/hadoop-rdf
Commit: 40c1d06e49529bd1ec432278d61edd6eadb3157b
Parents: ec6c505
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Oct 28 21:44:59 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Oct 28 21:44:59 2014 +0000

----------------------------------------------------------------------
 .../main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/40c1d06e/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java
----------------------------------------------------------------------
diff --git a/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java b/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java
index 9a70651..30c8093 100644
--- a/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java
+++ b/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialQueryFuncs.java
@@ -24,8 +24,6 @@ import com.hp.hpl.jena.rdf.model.AnonId ;
 
 public class SpatialQueryFuncs {
     
-    static { System.out.println("SPATIAL DEBUG") ; }
-
     /** Create a string to put in a Lucene/Solr index for the subject node */  
     public static String subjectToString(Node s) {
         if ( s == null )