altosui: Remove debug printf.
authorKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 06:38:28 +0000 (23:38 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 06:38:28 +0000 (23:38 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosTelemetryRecordSensor.java

index 3998437b6c86dcc46b9e73e2d9767dff745f18a6..96fee81f49bfa1f5514e2a55566e0f1e5976bc53 100644 (file)
@@ -99,7 +99,6 @@ public class AltosTelemetryRecordSensor extends AltosTelemetryRecordRaw {
 
                next.seen |= AltosRecord.seen_sensor | AltosRecord.seen_temp_volt;
 
-               System.out.printf("Sensor record update - rssi %d\n", rssi);
                return next;
        }
 }