From: Keith Packard Date: Fri, 6 Sep 2013 06:31:22 +0000 (-0700) Subject: altosui: Remove debugging printf from InfoTable X-Git-Tag: 1.2.9.4~81 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=82b3e3e4889aa5d4d157df1ad82e28068fda9e2a;hp=7f4650990e8a7cfcf8461e8928dfc426c9a563cc altosui: Remove debugging printf from InfoTable Signed-off-by: Keith Packard --- diff --git a/altosui/AltosInfoTable.java b/altosui/AltosInfoTable.java index d7871aa6..b181dbd9 100644 --- a/altosui/AltosInfoTable.java +++ b/altosui/AltosInfoTable.java @@ -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)