Author: groldan
Date: 2009-10-29 14:34:16 -0400 (Thu, 29 Oct 2009)
New Revision: 34278
Modified:
trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/gce/NativeTileReader.java
Log:
comment out System.err.printlns
Modified: trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/gce/NativeTileReader.java
===================================================================
--- trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/gce/NativeTileReader.java 2009-10-29 14:10:52 UTC (rev 34277)
+++ trunk/modules/plugin/arcsde/datastore/src/main/java/org/geotools/arcsde/gce/NativeTileReader.java 2009-10-29 18:34:16 UTC (rev 34278)
@@ -367,9 +367,9 @@
// lets share connections as we're going to do read only operations
final boolean transactional = false;
this.session = sessionPool.getSession(transactional);
- System.err.println("----> Using " + session + " to read raster #" + rasterId
- + " on Thread " + Thread.currentThread().getName() + ". Tile set: "
- + requestedTiles);
+ // System.err.println("----> Using " + session + " to read raster #" + rasterId
+ // + " on Thread " + Thread.currentThread().getName() + ". Tile set: "
+ // + requestedTiles);
if (LOGGER.isLoggable(Level.FINER)) {
LOGGER.finer("Using " + session + " to read raster #" + rasterId + " on Thread "
+ Thread.currentThread().getName() + ". Tile set: " + requestedTiles);
@@ -491,8 +491,8 @@
*/
public void dispose() {
if (session != null) {
- System.err.println("TileReader disposing " + session + " on Thread "
- + Thread.currentThread().getName());
+ // System.err.println("TileReader disposing " + session + " on Thread "
+ // + Thread.currentThread().getName());
if (LOGGER.isLoggable(Level.FINER)) {
LOGGER.finer("TileReader disposing " + session + " on Thread "
+ Thread.currentThread().getName());
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits