altosui: remove debug printf
authorKeith Packard <keithp@keithp.com>
Thu, 29 Jul 2010 17:48:25 +0000 (10:48 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Jul 2010 17:48:25 +0000 (10:48 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosDeviceDialog.java

index 536a8057fdbfbed82331659fbb3682872386d5bb..c60bd7c3ee35a388f5733259e84d8e2d3e4946e4 100644 (file)
@@ -152,10 +152,8 @@ public class AltosDeviceDialog extends JDialog implements ActionListener {
 
        //Handle clicks on the Set and Cancel buttons.
        public void actionPerformed(ActionEvent e) {
 
        //Handle clicks on the Set and Cancel buttons.
        public void actionPerformed(ActionEvent e) {
-               if ("select".equals(e.getActionCommand())) {
-                       System.out.printf("got select action\n");
+               if ("select".equals(e.getActionCommand()))
                        AltosDeviceDialog.value = (altos_device)(list.getSelectedValue());
                        AltosDeviceDialog.value = (altos_device)(list.getSelectedValue());
-               }
                AltosDeviceDialog.dialog.setVisible(false);
        }
 
                AltosDeviceDialog.dialog.setVisible(false);
        }