From 1091182f884cb8187ce3cdaf3723243deaa4dcb2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Jun 2009 12:57:29 -0500 Subject: [PATCH] removed a debug print call --- softsynth.c | 1 - 1 file changed, 1 deletion(-) 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); }