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/AltosMapTile.java | |
parent | 60f4d69592c440ab7bb67a04f4c07fc7279d2c20 (diff) |
altoslib: Remove some debug printf calls
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapTile.java')
-rw-r--r-- | altoslib/AltosMapTile.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosMapTile.java b/altoslib/AltosMapTile.java index fdc8ff65..1d86309c 100644 --- a/altoslib/AltosMapTile.java +++ b/altoslib/AltosMapTile.java @@ -87,7 +87,6 @@ public abstract class AltosMapTile implements AltosFontListener, AltosMapStoreLi } public void notify_store(AltosMapStore store, int status) { -// System.out.printf("AltosMapTile.notify_store %d\n", status); notify_listeners(status); } |