diff options
| author | Keith Packard <keithp@keithp.com> | 2013-09-05 23:31:22 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-09-05 23:31:22 -0700 | 
| commit | 82b3e3e4889aa5d4d157df1ad82e28068fda9e2a (patch) | |
| tree | 39386940804eaa89483b732de42b83d1f90d1919 | |
| parent | 7f4650990e8a7cfcf8461e8928dfc426c9a563cc (diff) | |
altosui: Remove debugging printf from InfoTable
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | altosui/AltosInfoTable.java | 4 | 
1 files changed, 0 insertions, 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) | 
