altosui: remove debug printf
[fw/altos] / 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) {
-               if ("select".equals(e.getActionCommand())) {
-                       System.out.printf("got select action\n");
+               if ("select".equals(e.getActionCommand()))
                        AltosDeviceDialog.value = (altos_device)(list.getSelectedValue());
-               }
                AltosDeviceDialog.dialog.setVisible(false);
        }