altosdroid: Remove a debug line in AltosVoice
authorKeith Packard <keithp@keithp.com>
Sun, 12 Jul 2015 02:54:07 +0000 (19:54 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 12 Jul 2015 02:54:07 +0000 (19:54 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/src/org/altusmetrum/AltosDroid/AltosVoice.java

index e876956d2f8f5a232943c81f58db23fff71ddc26..adf52dd9ab8f7907bf18fb95ee845ab31079a927 100644 (file)
@@ -301,10 +301,6 @@ public class AltosVoice {
                else
                        tell_mode = TELL_MODE_RECOVER;
 
-               AltosDebug.debug("last_serial %d serial %d last_mode %d mode %d\n",
-                                last_tell_serial, tell_serial,
-                                last_tell_mode, tell_mode);
-
                if (tell_mode == TELL_MODE_PAD)
                        spoken = tell_pad(telem_state, state, from_receiver, receiver);
                else if (tell_mode == TELL_MODE_FLIGHT)