altosui: Remove debug printf from AltosState.java
authorKeith Packard <keithp@keithp.com>
Fri, 27 Aug 2010 06:54:53 +0000 (23:54 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 27 Aug 2010 06:54:57 +0000 (23:54 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosState.java

index deeb4c771dcec9fb825d918bea922f75c3ff4024..c13dfe68451adb303530d1619474568486c267f7 100644 (file)
@@ -124,11 +124,6 @@ public class AltosState {
                }
 
                if (state == Altos.ao_flight_pad) {
-                       if (data.gps == null)
-                               System.out.printf("on pad, gps null\n");
-                       else
-                               System.out.printf ("on pad gps lat %f lon %f locked %d nsat %d\n",
-                                                  data.gps.lat, data.gps.lon, data.gps.locked ? 1 : 0, data.gps.nsat);
                        if (data.gps != null && data.gps.locked && data.gps.nsat >= 4) {
                                npad++;
                                if (npad > 1) {