altos-mapd: remove debug printf
[fw/altos] / 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());