diff options
Diffstat (limited to 'altoslib/AltosMapCache.java')
| -rw-r--r-- | altoslib/AltosMapCache.java | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/altoslib/AltosMapCache.java b/altoslib/AltosMapCache.java index 38e0f769..8100704f 100644 --- a/altoslib/AltosMapCache.java +++ b/altoslib/AltosMapCache.java @@ -60,7 +60,6 @@ public class AltosMapCache implements AltosMapCacheListener {  		public synchronized void notify_tile(AltosMapTile tile, int status) {  			if (status == AltosMapTile.fetched) { -				System.out.printf("tile fetched, loading image\n");  				load();  			}  		} @@ -139,8 +138,6 @@ public class AltosMapCache implements AltosMapCacheListener {  				elements[oldest].flush();  			elements[oldest] = element; -			System.out.printf("AltosMapCache.get image ? %s\n", -					  element.image == null ? "false" : "true");  			return element.image;  		}  	} | 
