From: Keith Packard Date: Sat, 16 Jul 2011 21:19:14 +0000 (-0700) Subject: altosui: Remove debugging printf from AltosLog X-Git-Tag: 0.9.4.5~18^2~11 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d4375bc737655546c2d40f49acdfc2e60ebfea5a;hp=f32a55ac9a3ebbde2b41782f22491e72258fe05a altosui: Remove debugging printf from AltosLog Signed-off-by: Keith Packard --- 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;