diff options
| author | Keith Packard <keithp@keithp.com> | 2016-05-10 22:49:04 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-05-11 23:22:15 -0700 | 
| commit | 42021d9fdc6f7a74cc9b20ebf3cf60b4c5f4ea82 (patch) | |
| tree | bcbbeb9cc0f28338fa67bf16c7b0fb387c70902e /altoslib/AltosMapCache.java | |
| parent | 60f4d69592c440ab7bb67a04f4c07fc7279d2c20 (diff) | |
altoslib: Remove some debug printf calls
Signed-off-by: Keith Packard <keithp@keithp.com>
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;  		}  	} | 
