diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-06 22:26:46 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-06 22:26:46 -0600 |
commit | 839e3a413a60c6a61851a94cc299de701ab5c277 (patch) | |
tree | dc1146f469eb9a45773a57f9f987b6a13a21d5b8 | |
parent | 026c735393f6029d09011dba1d5c780322921921 (diff) |
altos-mapd: remove debug printf
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | map-server/altos-mapd/AltosMapd.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/map-server/altos-mapd/AltosMapd.java b/map-server/altos-mapd/AltosMapd.java index 923c713e..b4105861 100644 --- a/map-server/altos-mapd/AltosMapd.java +++ b/map-server/altos-mapd/AltosMapd.java @@ -163,7 +163,6 @@ public class AltosMapd implements AltosLaunchSiteListener { System.out.printf("accept failed\n"); continue; } - System.out.printf("got client\n"); new AltosMapdClient(client); } catch (Exception e) { System.out.printf("Exception %s\n", e.toString()); |