From 82b3e3e4889aa5d4d157df1ad82e28068fda9e2a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 5 Sep 2013 23:31:22 -0700 Subject: [PATCH] altosui: Remove debugging printf from InfoTable Signed-off-by: Keith Packard --- altosui/AltosInfoTable.java | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.30.2