[Schmitzm-commits] r383 - trunk/src/org/geotools/renderer/shape

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 11 16:17:14 CEST 2009


Author: alfonx
Date: 2009-09-11 16:17:13 +0200 (Fri, 11 Sep 2009)
New Revision: 383

Modified:
   trunk/src/org/geotools/renderer/shape/TransitionShapefileRenderer.java
Log:
* Removed an annoying debug statement

Modified: trunk/src/org/geotools/renderer/shape/TransitionShapefileRenderer.java
===================================================================
--- trunk/src/org/geotools/renderer/shape/TransitionShapefileRenderer.java	2009-09-04 17:02:58 UTC (rev 382)
+++ trunk/src/org/geotools/renderer/shape/TransitionShapefileRenderer.java	2009-09-11 14:17:13 UTC (rev 383)
@@ -1237,8 +1237,8 @@
 		final String qixext = ".qix";
 
 		final boolean local = ds.isLocal();
-		LOGGER.debug("TransitionShapefileRendere is local = " + local
-				+ ".. anyway ignoring it.");
+//		LOGGER.debug("TransitionShapefileRendere is local = " + local
+//				+ ".. anyway ignoring it.");
 		// if (local) {
 		final URL shx = IOUtil.changeUrlExt(url, "shx");
 		final URL qixTree = IOUtil.changeUrlExt(url, "qix");
@@ -1249,7 +1249,7 @@
 			info = new IndexInfo(IndexInfo.TREE_NONE, null, null);
 		} else if (IOUtil.urlExists(qixTree)) {
 			info = new IndexInfo(IndexInfo.QUAD_TREE, qixTree, shx);
-			LOGGER.debug("Using quad tree");
+//			LOGGER.debug("Using quad tree");
 		} else {
 			LOGGER.debug(qixTree + " doesn exist ");
 			if (IOUtil.urlExists(grxTree)) {



More information about the Schmitzm-commits mailing list