altosui: Remove debugging printf from InfoTable
[fw/altos] / 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)