diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-17 08:17:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-17 08:17:44 -0700 |
commit | f7cd8317bf78ece334e1ceb0263b875ca43bbbd2 (patch) | |
tree | f8f8d2778d91a10700711d24b3c904532d7c9d32 /altosui/AltosLog.java | |
parent | 51796e2f1ebce3ee8dc1ac90648381410c1379ee (diff) | |
parent | a482d904a3f391c3a24df3660acb3f3696aa6766 (diff) |
Merge branch 'preload-maps'
Diffstat (limited to 'altosui/AltosLog.java')
-rw-r--r-- | altosui/AltosLog.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosLog.java b/altosui/AltosLog.java index 855ee2b4..6157a656 100644 --- a/altosui/AltosLog.java +++ b/altosui/AltosLog.java @@ -88,7 +88,6 @@ class AltosLog implements Runnable { close_log_file(); serial = telem.serial; flight = telem.flight; - System.out.printf("Opening telem %d %d\n", serial, flight); open(telem); } previous = telem; |