[Schmitzm-commits] r1379 - trunk/src/schmitzm/geotools/feature

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 25 20:22:01 CET 2011


Author: alfonx
Date: 2011-01-25 20:22:00 +0100 (Tue, 25 Jan 2011)
New Revision: 1379

Modified:
   trunk/src/schmitzm/geotools/feature/FeatureUtil.java
Log:


Modified: trunk/src/schmitzm/geotools/feature/FeatureUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2011-01-19 19:23:16 UTC (rev 1378)
+++ trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2011-01-25 19:22:00 UTC (rev 1379)
@@ -2615,12 +2615,12 @@
 			Pattern compile = Pattern.compile(s3);
 			Matcher matcher = compile.matcher(d.getLocalName());
 
-			LOGGER.debug("New Matching Debug " + " " + s2 + " " + s3 + " "
-					+ localName + " " + d.getLocalName());
+			// LOGGER.debug("New Matching Debug " + " " + s2 + " " + s3 + " "
+			// + localName + " " + d.getLocalName());
 
 			if (matcher.find()) {
-				Log.info("New Matching Debug " + localName + " zu "
-						+ d.getLocalName());
+				// Log.info("New Matching Debug " + localName + " zu "
+				// + d.getLocalName());
 
 				LOGGER.debug("New Matching Debug !!! " + localName + " zu "
 						+ d.getLocalName());



More information about the Schmitzm-commits mailing list