altosdroid: Get rid of a couple of startup messages
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosVoice.java
index 7da5c4a982647120c39b9e00e7654c1e42b47b37..b3dba62693714403f95f0b312beeb890f6e88b1a 100644 (file)
@@ -38,7 +38,6 @@ public class AltosVoice {
                        public void onInit(int status) {\r
                                if (status == TextToSpeech.SUCCESS) tts_enabled = true;\r
                                if (tts_enabled) {\r
-                                       speak("AltosDroid ready");\r
                                        idle_thread = new IdleThread();\r
                                }\r
                        }\r