altosui: Remove debug printf about beep config
authorKeith Packard <keithp@keithp.com>
Fri, 16 May 2014 05:57:50 +0000 (23:57 -0600)
committerKeith Packard <keithp@keithp.com>
Fri, 16 May 2014 05:57:50 +0000 (23:57 -0600)
Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java

index 750faa7142638e8fdf680ad9eeb5c446c5dfac1d..213d8f1311b56f35bf66469a898dacd8bea4a4f4 100644 (file)
@@ -292,7 +292,7 @@ public class AltosConfigData implements Iterable<String> {
                try { aprs_interval = get_int(line, "APRS interval:"); } catch (Exception e) {}
 
                /* HAS_BEEP */
-               try { beep = get_int(line, "Beeper setting:"); System.out.printf ("beeper now %d\n", beep); } catch (Exception e) {}
+               try { beep = get_int(line, "Beeper setting:"); } catch (Exception e) {}
 
                /* Storage info replies */
                try { storage_size = get_int(line, "Storage size:"); } catch (Exception e) {}