[Schmitzm-commits] r971 - trunk/src/schmitzm/geotools/gui
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 12 13:26:41 CEST 2010
Author: alfonx
Date: 2010-08-12 13:26:40 +0200 (Thu, 12 Aug 2010)
New Revision: 971
Modified:
trunk/src/schmitzm/geotools/gui/SelectableXMapPane.java
Log:
reoved a bit of debugging code
Modified: trunk/src/schmitzm/geotools/gui/SelectableXMapPane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/SelectableXMapPane.java 2010-08-12 11:02:55 UTC (rev 970)
+++ trunk/src/schmitzm/geotools/gui/SelectableXMapPane.java 2010-08-12 11:26:40 UTC (rev 971)
@@ -786,8 +786,8 @@
// This should never happen, because the check should be performed
// earlier already
if (!isMapLayerSelectable(layer)) {
- LOGGER.debug("Ignoring layer " + layer.getTitle()
- + " because it is not declared as selectable!");
+// LOGGER.debug("Ignoring layer " + layer.getTitle()
+// + " because it is not declared as selectable!");
continue;
}
More information about the Schmitzm-commits
mailing list