[Schmitzm-commits] r972 - branches/2.2.x/src/schmitzm/geotools/gui
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 12 13:26:45 CEST 2010
Author: alfonx
Date: 2010-08-12 13:26:45 +0200 (Thu, 12 Aug 2010)
New Revision: 972
Modified:
branches/2.2.x/src/schmitzm/geotools/gui/SelectableXMapPane.java
Log:
reoved a bit of debugging code
Modified: branches/2.2.x/src/schmitzm/geotools/gui/SelectableXMapPane.java
===================================================================
--- branches/2.2.x/src/schmitzm/geotools/gui/SelectableXMapPane.java 2010-08-12 11:26:40 UTC (rev 971)
+++ branches/2.2.x/src/schmitzm/geotools/gui/SelectableXMapPane.java 2010-08-12 11:26:45 UTC (rev 972)
@@ -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