altosui: Remove some debug printfs.
[fw/altos] / ao-tools / altosui / AltosUI.java
index ca587b257ee81236fd564fa3c3fd796e0b153582..edee146da748a7b7dbd3f9c64a60e52c483d9700 100644 (file)
@@ -523,7 +523,8 @@ public class AltosUI extends JFrame {
        }
 
        private void ConnectToDevice() {
-               AltosDevice     device = AltosDeviceDialog.show(AltosUI.this, AltosDevice.BaseStation);
+               AltosDevice     device = AltosDeviceDialog.show(AltosUI.this,
+                                                               AltosDevice.product_basestation);
 
                if (device != null) {
                        try {