Changeset 3853 for print

Show
Ignore:
Timestamp:
10/05/11 16:18:57 (8 months ago)
Author:
sbrunner
Message:

rm debug message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/src/main/java/org/mapfish/print/map/readers/OsmMapReader.java

    r3789 r3853  
    6969        path.append('/').append(tileY-1); 
    7070        path.append('.').append(tileCacheLayerInfo.getExtension()); 
    71         System.out.print(path); 
    7271 
    7372        return new URI(commonUri.getScheme(), commonUri.getUserInfo(), commonUri.getHost(), commonUri.getPort(), commonUri.getPath() + path, commonUri.getQuery(), commonUri.getFragment());