X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=src%2Ftim%2Fprune%2Ffunction%2Fsrtm%2FLookupSrtmFunction.java;h=cccc7ede7dca98a6b9fda70d9d484fdbc7b2b876;hp=c5986dba48710517b5432d8a9776370764857ac5;hb=HEAD;hpb=1db53356139320890a8d10e982865a1899e11b81 diff --git a/src/tim/prune/function/srtm/LookupSrtmFunction.java b/src/tim/prune/function/srtm/LookupSrtmFunction.java index c5986db..cccc7ed 100644 --- a/src/tim/prune/function/srtm/LookupSrtmFunction.java +++ b/src/tim/prune/function/srtm/LookupSrtmFunction.java @@ -267,7 +267,7 @@ public class LookupSrtmFunction extends GenericFunction implements Runnable // try to download to cache TileDownloader cacher = new TileDownloader(); TileDownloader.Result result = cacher.downloadTile(inUrl); - System.out.println("Result: " + result); + // System.out.println("Result: " + result); if (result == TileDownloader.Result.DOWNLOADED) { _numCached++;