X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FAltosMapCache.java;h=8100704f5f91b486d012e368a3d08fbcc449e287;hb=42021d9fdc6f7a74cc9b20ebf3cf60b4c5f4ea82;hp=38e0f769871a186d4ae434ce4d24668ba32e2e4c;hpb=e0081f7ba6fc9f1e4484d3e291fd30065ad5b620;p=fw%2Faltos 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; } }