From: Keith Packard Date: Fri, 16 May 2014 05:57:50 +0000 (-0600) Subject: altosui: Remove debug printf about beep config X-Git-Tag: 1.3.2.2~89 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=eeacc001ba089b4bf5552b8ef36e61a0a96efabe;hp=6833e466d7d77765199bf4d21437c34a4eceb044 altosui: Remove debug printf about beep config Signed-off-by: Keith Packard --- diff --git a/altoslib/AltosConfigData.java b/altoslib/AltosConfigData.java index 750faa71..213d8f13 100644 --- a/altoslib/AltosConfigData.java +++ b/altoslib/AltosConfigData.java @@ -292,7 +292,7 @@ public class AltosConfigData implements Iterable { 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) {}