diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-11 14:28:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-11 14:28:53 -0700 |
commit | f078a591cf2fafe89bb1bb883f49d80750129d44 (patch) | |
tree | 40947ecff4083f8932a30a866a96fd64edd18f8d /altoslib/AltosLog.java | |
parent | 846a6298e4a8bfbe87bb24d7b0802c0bf6f233be (diff) |
altosui: Remove a bunch of debugging printfs
These aren't useful at this point.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosLog.java')
-rw-r--r-- | altoslib/AltosLog.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosLog.java b/altoslib/AltosLog.java index 08c45ca8..55a25bb4 100644 --- a/altoslib/AltosLog.java +++ b/altoslib/AltosLog.java @@ -62,7 +62,6 @@ class AltosLog implements Runnable { boolean open (AltosRecord telem) throws IOException { AltosFile a = new AltosFile(telem); - System.out.printf("open %s\n", a.toString()); log_file = new FileWriter(a, true); if (log_file != null) { while (!pending_queue.isEmpty()) { |