altosui: Remove debugging printf from AltosLog
authorKeith Packard <keithp@keithp.com>
Sat, 16 Jul 2011 21:19:14 +0000 (14:19 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 16 Jul 2011 21:26:45 +0000 (14:26 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosLog.java

index 855ee2b4a724fd22963a02a54db3fd60b2a6b346..6157a6567da03231d011e131da59a1690da04e5d 100644 (file)
@@ -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;