[Schmitzm-commits] r973 - trunk/src/skrueger/geotools/selection

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 12 14:41:52 CEST 2010


Author: alfonx
Date: 2010-08-12 14:41:51 +0200 (Thu, 12 Aug 2010)
New Revision: 973

Modified:
   trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
Log:
Removed some debugging output

Modified: trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java	2010-08-12 11:26:45 UTC (rev 972)
+++ trunk/src/skrueger/geotools/selection/TableSelectionSynchronizer.java	2010-08-12 12:41:51 UTC (rev 973)
@@ -181,8 +181,8 @@
 
 		// reset the selection of the DpLayerSelectionModel
 		layerSelModel.setValueIsAdjusting(true);
-		LOGGER.debug("valueCahnged in TableSyncronizer vom Index "
-				+ evt.getFirstIndex() + " to " + evt.getLastIndex());
+//		LOGGER.debug("valueChanged in TableSyncronizer vom Index "
+//				+ evt.getFirstIndex() + " to " + evt.getLastIndex());
 
 		if (evt == null || (evt != null && evt.getFirstIndex() == -1)){
 			// If the value is changing because the filter has been changed (e.g.



More information about the Schmitzm-commits mailing list