diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-18 13:36:04 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-18 13:36:04 -0800 |
commit | c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25 (patch) | |
tree | 702400b1b2ed20c88bb7c20bcf2969efd4319113 /altosui/AltosIdleMonitorUI.java | |
parent | 58ceb9c845d51547244538fe6beec27e9a232af8 (diff) |
altosui: Remove some debug printfs
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosIdleMonitorUI.java')
-rw-r--r-- | altosui/AltosIdleMonitorUI.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index 6da920e2..6a79604e 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -195,13 +195,11 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { - System.out.printf("Closing idle monitor window\n"); try { disconnect(); } catch (Exception ex) { System.out.println(Arrays.toString(ex.getStackTrace())); } - System.out.printf("hiding\n"); setVisible(false); dispose(); AltosUIPreferences.unregister_font_listener(AltosIdleMonitorUI.this); |