diff options
author | Keith Packard <keithp@keithp.com> | 2015-06-16 23:42:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-06-17 00:13:03 -0700 |
commit | 469be0a57dc9932c26f9c38986d22f6e8b2fd6ed (patch) | |
tree | 3caaebe8d910cbd7cf2c0deed20c5622e5c75451 /altoslib/AltosMap.java | |
parent | 76532162d63239b00a51dd0ff6b1356b07b62d2d (diff) |
altoslib: Remove debug output from AltosMap
It's just annoying now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMap.java')
-rw-r--r-- | altoslib/AltosMap.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosMap.java b/altoslib/AltosMap.java index d99730b4..1504120c 100644 --- a/altoslib/AltosMap.java +++ b/altoslib/AltosMap.java @@ -154,7 +154,6 @@ public class AltosMap implements AltosMapTileListener, AltosMapStoreListener { } public void set_transform() { - debug("set_transform, centre is %s\n", centre); if (centre != null) { transform = new AltosMapTransform(width(), height(), zoom, centre); repaint(); |