altos-mapd: remove debug printf
authorKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 04:26:46 +0000 (22:26 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 04:26:46 +0000 (22:26 -0600)
Signed-off-by: Keith Packard <keithp@keithp.com>
map-server/altos-mapd/AltosMapd.java

index 923c713e6d2880e37eb29aecf7faf6ca9f262e7b..b4105861049c3e648639e75d86a6e09e236d0c7a 100644 (file)
@@ -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());