diff --git a/softsynth.c b/softsynth.c index ca17db4..094eab0 100644 --- a/softsynth.c +++ b/softsynth.c @@ -234,7 +234,6 @@ void *softsynth_thread(void *arg) cp = strrchr(buf, synthFlushChar); if (cp) { request_espeak_stop(); - printf("Returned from stop_runner\n"); memmove(buf, cp + 1, strlen(cp + 1) + 1); length = strlen(buf); }