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 /altosui/AltosConfigureUI.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 'altosui/AltosConfigureUI.java')
-rw-r--r-- | altosui/AltosConfigureUI.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosConfigureUI.java b/altosui/AltosConfigureUI.java index d0ed9325..ace245a0 100644 --- a/altosui/AltosConfigureUI.java +++ b/altosui/AltosConfigureUI.java @@ -291,7 +291,6 @@ public class AltosConfigureUI final UIManager.LookAndFeelInfo[] look_and_feels = UIManager.getInstalledLookAndFeels(); - System.out.printf("look_and_feels %d\n", look_and_feels.length); look_and_feel_value = new JComboBox(look_and_feels); DelegatingRenderer.install(look_and_feel_value); |