altosui: Remove debugging printf from InfoTable
authorKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 06:31:22 +0000 (23:31 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Sep 2013 06:31:22 +0000 (23:31 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosInfoTable.java

index d7871aa6b61bc3cc390bde0d9ad59926c8597d89..b181dbd9f73e9424ffab21736b95f529714c5102 100644 (file)
@@ -141,10 +141,6 @@ public class AltosInfoTable extends JTable {
 
                if (state != null) {
                        if (state.gps == null || !state.gps.connected) {
-                               if (state.gps == null)
-                                       System.out.printf ("null gps\n");
-                               else
-                                       System.out.printf ("not connected gps\n");
                                info_add_row(1, "GPS", "not available");
                        } else {
                                if (state.gps_ready)